From: Sascha Schumann Date: Wed, 23 Feb 2000 15:44:02 +0000 (+0000) Subject: php.h should be the first file included, so that HAVE_* are defined X-Git-Tag: PHP-4.0-RC1~475 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53e1ea7728654dd62d000bac215f179faaf8ff59;p=php php.h should be the first file included, so that HAVE_* are defined --- 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"