From 30c131c8aef498df45804fc7e779bbaf777556fe Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 15 Jul 1999 19:43:26 +0000 Subject: [PATCH] that should be included 1st --- ext/session/mod_files.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index 94bf5c7b76e..2e5a8e0adca 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -28,6 +28,8 @@ */ +#include "php.h" + #include #include @@ -37,7 +39,6 @@ #include -#include "php.h" #include "php_session.h" #include "mod_files.h" #include "ext/standard/flock_compat.h"