mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
C99 complain fix
This commit is contained in:
parent
e4c1e90536
commit
c524f43e4f
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@
|
|||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#if HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_UIO_H
|
||||
# include <sys/uio.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue