changeset 1324:032037c378ef

Don't include arpa/inet.h on OS/2 with VisualAge.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 08 Nov 2011 11:29:22 +0000
parents 209d7f5137f2
children 552da4dea7d1
files compat.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/compat.h	Tue Nov 08 11:07:32 2011 +0000
+++ b/compat.h	Tue Nov 08 11:29:22 2011 +0000
@@ -186,7 +186,9 @@
 #include <sys/un.h>
 #include <netinet/in.h>
 #include <netdb.h>
+#ifndef __IBMC__
 #include <arpa/inet.h>
+#endif
 #if defined(__OS2__) && defined(RES_DEFAULT)
 #undef RES_DEFAULT
 #endif