]> granicus.if.org Git - php/commitdiff
php.h should be the first file included, so that HAVE_* are defined
authorSascha Schumann <sas@php.net>
Wed, 23 Feb 2000 15:44:02 +0000 (15:44 +0000)
committerSascha Schumann <sas@php.net>
Wed, 23 Feb 2000 15:44:02 +0000 (15:44 +0000)
ext/standard/microtime.c

index 0679e4689f4733a31152738715c823d7c056eee5..9f9a565cdd6a1c3c6390821d41433ad24c12f188 100644 (file)
@@ -18,6 +18,8 @@
 
 /* $Id$ */
 
+#include "php.h"
+
 #include <stdlib.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
@@ -28,7 +30,6 @@
 #include <sys/resource.h>
 #endif
 
-#include "php.h"
 #include "microtime.h"
 #include "snprintf.h"