From 53e1ea7728654dd62d000bac215f179faaf8ff59 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 23 Feb 2000 15:44:02 +0000 Subject: php.h should be the first file included, so that HAVE_* are defined --- ext/standard/microtime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c index 0679e4689f..9f9a565cdd 100644 --- a/ext/standard/microtime.c +++ b/ext/standard/microtime.c @@ -18,6 +18,8 @@ /* $Id$ */ +#include "php.h" + #include #ifdef HAVE_UNISTD_H #include @@ -28,7 +30,6 @@ #include #endif -#include "php.h" #include "microtime.h" #include "snprintf.h" -- cgit v1.2.1