Fix [-Wundef] warning in PDO PostgreSQL extension

This commit is contained in:
George Peter Banyard 2020-05-20 15:41:30 +02:00
parent 50af36a8aa
commit c85ded7632
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@
#include "pdo/php_pdo_driver.h"
#include "php_pdo_pgsql.h"
#include "php_pdo_pgsql_int.h"
#if HAVE_NETINET_IN_H
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif