# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1320751762 0 # Node ID 032037c378efc5a888c300603fb112372954b1ad # Parent 209d7f5137f232eddbd01633c049bb26ee221eef Don't include arpa/inet.h on OS/2 with VisualAge. diff -r 209d7f5137f2 -r 032037c378ef compat.h --- 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 #include #include +#ifndef __IBMC__ #include +#endif #if defined(__OS2__) && defined(RES_DEFAULT) #undef RES_DEFAULT #endif