mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix phpdbg build on FreeBSD
Added missing netinet/in.h header.
This commit is contained in:
parent
a28389b2ab
commit
ccae70b765
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
# include <sys/select.h>
|
||||
# include <sys/time.h>
|
||||
# include <sys/types.h>
|
||||
# include <netinet/in.h>
|
||||
# include <unistd.h>
|
||||
# include <arpa/inet.h>
|
||||
#endif /* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue