Browse Source

Fixed compiler warning

PHP-5.1
Ilia Alshanetsky 20 years ago
parent
commit
f7276af1c6
  1. 3
      ext/pdo_pgsql/pgsql_statement.c

3
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 <netinet/in.h>
#endif
/* from postgresql/src/include/catalog/pg_type.h */
#define BOOLOID 16

Loading…
Cancel
Save