jani Mon Aug 25 14:10:22 2008 UTC
Modified files:
/php-src/ext/standard crypt_freesec.h
Log:
- Fix win32 build
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/crypt_freesec.h?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/standard/crypt_freesec.h
diff -u php-src/ext/standard/crypt_freesec.h:1.5
php-src/ext/standard/crypt_freesec.h:1.6
--- php-src/ext/standard/crypt_freesec.h:1.5 Mon Aug 25 13:42:46 2008
+++ php-src/ext/standard/crypt_freesec.h Mon Aug 25 14:10:22 2008
@@ -1,13 +1,12 @@
-/* $Id: crypt_freesec.h,v 1.5 2008/08/25 13:42:46 jani Exp $ */
+/* $Id: crypt_freesec.h,v 1.6 2008/08/25 14:10:22 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