From: Jani Taskinen Date: Mon, 25 Aug 2008 14:10:22 +0000 (+0000) Subject: - Fix win32 build X-Git-Tag: BEFORE_HEAD_NS_CHANGE~582 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49a3de0acec37373e5bf1bc0c456be709a0781ee;p=php - Fix win32 build --- diff --git a/ext/standard/crypt_freesec.h b/ext/standard/crypt_freesec.h index f4a63d1630..22c391a3ef 100644 --- a/ext/standard/crypt_freesec.h +++ b/ext/standard/crypt_freesec.h @@ -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 # elif HAVE_STDINT_H