]> granicus.if.org Git - php/commitdiff
- Fix win32 build
authorJani Taskinen <jani@php.net>
Mon, 25 Aug 2008 14:10:22 +0000 (14:10 +0000)
committerJani Taskinen <jani@php.net>
Mon, 25 Aug 2008 14:10:22 +0000 (14:10 +0000)
ext/standard/crypt_freesec.h

index f4a63d1630bff5987e5fa6925f4a59b345f2bf39..22c391a3ef03d3f8dbd170709d06ca5af2929a77 100644 (file)
@@ -3,11 +3,10 @@
 #ifndef _CRYPT_FREESEC_H
 #define _CRYPT_FREESEC_H
 
-#include "php_config.h"
-
 #if PHP_WIN32
 # include "win32/php_stdint.h"
 #else
+# include "php_config.h"
 # if HAVE_INTTYPES_H
 #  include <inttypes.h>
 # elif HAVE_STDINT_H