mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX)
This commit is contained in:
parent
f3ee713a42
commit
d57f08147d
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@
|
|||
# endif
|
||||
# include <netdb.h>
|
||||
# include <netinet/in.h>
|
||||
# if HAVE_ARPA_INET_H
|
||||
# include <arpa/inet.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include <mysql.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue