Browse Source

that should be included 1st

experimental/newoperator
Sascha Schumann 27 years ago
parent
commit
30c131c8ae
  1. 3
      ext/session/mod_files.c

3
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"

Loading…
Cancel
Save