diff options
| author | Sascha Schumann <sas@php.net> | 1999-06-07 16:43:24 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-06-07 16:43:24 +0000 |
| commit | d8a9548cb2468c7ac7981b7a3c441e918482d7e3 (patch) | |
| tree | 7ca0d3c254a2cd331332bd26f39fcfc87ebd057f /ext/session/mod_files.c | |
| parent | b886985d63c001bd2592d22c0c0b143cb95ebb7e (diff) | |
| download | php-git-d8a9548cb2468c7ac7981b7a3c441e918482d7e3.tar.gz | |
- some cleanups
- add gc logic
- add session_destroy()
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 6d998827c1..bc775cfc95 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -34,7 +34,8 @@ #include "php.h" #include "php_session.h" -#include "../standard/flock_compat.h" +#include "mod_files.h" +#include "ext/standard/flock_compat.h" typedef struct { int fd; |
