From d57f08147dc90cc6186b23859c0a6233af8cedbf Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 7 Apr 2005 22:23:15 +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 3020cf4f48..237e1f7459 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -52,6 +52,9 @@ # endif # include # include +# if HAVE_ARPA_INET_H +# include +# endif #endif #include -- cgit v1.2.1