]> granicus.if.org Git - php/commitdiff
Fix build on FreeBSD4.11 (bug#45757)
authorHannes Magnusson <bjori@php.net>
Fri, 8 Aug 2008 08:19:46 +0000 (08:19 +0000)
committerHannes Magnusson <bjori@php.net>
Fri, 8 Aug 2008 08:19:46 +0000 (08:19 +0000)
ext/standard/crypt_freesec.h

index 9abe545ce0aa4e0c199f282aa17245fae0ae4951..f64ad2fcf04e36938ad12e65b269aff470da4683 100644 (file)
@@ -4,7 +4,7 @@
 
 #if PHP_WIN32
 # include "win32/php_stdint.h"
-#else
+#elif HAVE_STDINT_H
 # include <stdint.h>
 #endif