From: Hannes Magnusson Date: Fri, 8 Aug 2008 08:19:46 +0000 (+0000) Subject: Fix build on FreeBSD4.11 (bug#45757) X-Git-Tag: BEFORE_HEAD_NS_CHANGE~815 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd353d6c26180ef5dbcd92401916747650594252;p=php Fix build on FreeBSD4.11 (bug#45757) --- diff --git a/ext/standard/crypt_freesec.h b/ext/standard/crypt_freesec.h index 9abe545ce0..f64ad2fcf0 100644 --- a/ext/standard/crypt_freesec.h +++ b/ext/standard/crypt_freesec.h @@ -4,7 +4,7 @@ #if PHP_WIN32 # include "win32/php_stdint.h" -#else +#elif HAVE_STDINT_H # include #endif