mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH: Fix build on FreeBSD4.11 (bug#45757)
This commit is contained in:
parent
2ade954c52
commit
b5ace4565f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#if PHP_WIN32
|
||||
# include "win32/php_stdint.h"
|
||||
#else
|
||||
#elif HAVE_STDINT_H
|
||||
# include <stdint.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue