summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-10-06 23:56:29 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-10-06 23:56:29 +0000
commit1594170f85de0933b8ea49c3dada70699f6ffc95 (patch)
treea6c58d9d692aba18b26742b967466716b583f2f2 /TSRM
parentee40e4dc90a257eb21fe84b7a5a9fa8e5f4643f1 (diff)
downloadphp-git-1594170f85de0933b8ea49c3dada70699f6ffc95.tar.gz
Fixed compiler warning.
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/tsrm_virtual_cwd.c1
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"