From: foobar Date: Thu, 7 Apr 2005 22:23:01 +0000 (+0000) Subject: - Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX) X-Git-Tag: php-4.4.0RC1~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a9d87e6307b9e9bad2bc9e8912cce4fe103cb73;p=php - Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX) --- 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