MFH: Fix build on FreeBSD4.11 (bug#45757)

This commit is contained in:
Hannes Magnusson 2008-08-08 08:20:27 +00:00
parent 2ade954c52
commit b5ace4565f

View file

@ -4,7 +4,7 @@
#if PHP_WIN32
# include "win32/php_stdint.h"
#else
#elif HAVE_STDINT_H
# include <stdint.h>
#endif