]> granicus.if.org Git - php/commitdiff
MFH: - Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX)
authorfoobar <sniper@php.net>
Thu, 7 Apr 2005 22:23:28 +0000 (22:23 +0000)
committerfoobar <sniper@php.net>
Thu, 7 Apr 2005 22:23:28 +0000 (22:23 +0000)
ext/mysql/php_mysql.c

index f4d1e722de10cebd04daf2fe64587cba511b8fc5..d7c159e7dbad14022ba5a141d85b61b3ed9c1b5e 100644 (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>