From 0a9d87e6307b9e9bad2bc9e8912cce4fe103cb73 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 7 Apr 2005 22:23:01 +0000 Subject: - Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX) --- ext/mysql/php_mysql.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/mysql/php_mysql.c') diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 0a26b23927..5b12731b21 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -51,6 +51,9 @@ # endif # include # include +# if HAVE_ARPA_INET_H +# include +# endif #endif #include -- cgit v1.2.1