diff options
| author | Hannes Magnusson <bjori@php.net> | 2008-08-08 08:20:27 +0000 |
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2008-08-08 08:20:27 +0000 |
| commit | b5ace4565f240e69dd9c4b5256d20069b386ecb5 (patch) | |
| tree | cfb4aa88f72852d942bbebb6aee3e813e185d6d0 | |
| parent | 2ade954c5200f4c499d018dc9dbf907e707da715 (diff) | |
| download | php-git-b5ace4565f240e69dd9c4b5256d20069b386ecb5.tar.gz | |
MFH: Fix build on FreeBSD4.11 (bug#45757)
| -rw-r--r-- | ext/standard/crypt_freesec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> #endif |
