mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +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/select.h>
|
||||||
# include <sys/time.h>
|
# include <sys/time.h>
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
|
# include <netinet/in.h>
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
# include <arpa/inet.h>
|
# include <arpa/inet.h>
|
||||||
#endif /* }}} */
|
#endif /* }}} */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue