From: Ilia Alshanetsky Date: Sat, 17 Dec 2005 18:26:15 +0000 (+0000) Subject: Fixed compiler warning X-Git-Tag: php-5.1.2RC1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7276af1c61b077d006396c865b340fdeb093fcd;p=php Fixed compiler warning --- diff --git a/ext/pdo_pgsql/pgsql_statement.c b/ext/pdo_pgsql/pgsql_statement.c index 441ebd39ae..1f61ac183e 100644 --- a/ext/pdo_pgsql/pgsql_statement.c +++ b/ext/pdo_pgsql/pgsql_statement.c @@ -31,6 +31,9 @@ #include "pdo/php_pdo_driver.h" #include "php_pdo_pgsql.h" #include "php_pdo_pgsql_int.h" +#if HAVE_NETINET_IN_H +#include +#endif /* from postgresql/src/include/catalog/pg_type.h */ #define BOOLOID 16