jani Mon Aug 25 14:10:38 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard crypt_freesec.h
Log:
MFH: fix build on win32
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/crypt_freesec.h?r1=1.1.2.7&r2=1.1.2.8&diff_format=u
Index: php-src/ext/standard/crypt_freesec.h
diff -u php-src/ext/standard/crypt_freesec.h:1.1.2.7
php-src/ext/standard/crypt_freesec.h:1.1.2.8
--- php-src/ext/standard/crypt_freesec.h:1.1.2.7 Mon Aug 25 13:42:55 2008
+++ php-src/ext/standard/crypt_freesec.h Mon Aug 25 14:10:38 2008
@@ -1,13 +1,12 @@
-/* $Id: crypt_freesec.h,v 1.1.2.7 2008/08/25 13:42:55 jani Exp $ */
+/* $Id: crypt_freesec.h,v 1.1.2.8 2008/08/25 14:10:38 jani Exp $ */
#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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php