From 2909e5c9c9313d25aa2dc85ea63ea51916043234 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 24 Oct 2002 13:15:49 +0000 Subject: centralize #include "build-defs.h" and drop (sometimes inconsistent) other instances --- ext/informix/ifx.ec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ext/informix') diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index ce2dc75728..47b2eaab51 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -47,13 +47,17 @@ #ifdef PHP_WIN32 #include -#else -#include "build-defs.h" +#endif #if HAVE_SYS_TYPES_H #include #endif + +#if HAVE_NETDB_H #include +#endif + +#if HAVE_NETINET_IN_H #include #endif -- cgit v1.2.1