diff options
author | Sascha Schumann <sas@php.net> | 1999-07-15 19:43:26 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-07-15 19:43:26 +0000 |
commit | 30c131c8aef498df45804fc7e779bbaf777556fe (patch) | |
tree | 5998c297b1dffea72d5b7ee97e6c8c741a166ab0 /ext/session/mod_files.c | |
parent | 4ea29a808d34038a618bd1258b391a543aa14747 (diff) | |
download | php-git-30c131c8aef498df45804fc7e779bbaf777556fe.tar.gz |
that should be included 1st
Diffstat (limited to 'ext/session/mod_files.c')
-rw-r--r-- | ext/session/mod_files.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index 94bf5c7b76..2e5a8e0adc 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -28,6 +28,8 @@ */ +#include "php.h" + #include <sys/stat.h> #include <sys/types.h> @@ -37,7 +39,6 @@ #include <fcntl.h> -#include "php.h" #include "php_session.h" #include "mod_files.h" #include "ext/standard/flock_compat.h" |