- Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX)

This commit is contained in:
foobar 2005-04-07 22:23:15 +00:00
parent f3ee713a42
commit d57f08147d

View file

@ -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>