diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-10-06 23:56:29 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-10-06 23:56:29 +0000 |
commit | 1594170f85de0933b8ea49c3dada70699f6ffc95 (patch) | |
tree | a6c58d9d692aba18b26742b967466716b583f2f2 /TSRM | |
parent | ee40e4dc90a257eb21fe84b7a5a9fa8e5f4643f1 (diff) | |
download | php-git-1594170f85de0933b8ea49c3dada70699f6ffc95.tar.gz |
Fixed compiler warning.
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_virtual_cwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 0f65f32bcd..fbdd1c0fd4 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -27,6 +27,7 @@ #include <errno.h> #include <stdlib.h> #include <fcntl.h> +#include <time.h> #include "tsrm_virtual_cwd.h" #include "tsrm_strtok_r.h" |