summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-07-03 19:08:03 +0000
committerSascha Schumann <sas@php.net>1999-07-03 19:08:03 +0000
commitc56116029d15743dcd79171583a67e1e7928a827 (patch)
tree1fd895dd5727d7cdfafe82044fddade3709fb415
parentd6169276ddf6c739d24f6208df2220e7c455324a (diff)
downloadphp-git-c56116029d15743dcd79171583a67e1e7928a827.tar.gz
add missing include
-rw-r--r--ext/session/mod_files.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c
index 1ac35fea30..3191875ed5 100644
--- a/ext/session/mod_files.c
+++ b/ext/session/mod_files.c
@@ -30,6 +30,7 @@
#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/file.h>
#include <fcntl.h>
#include "php.h"