*** ./Makefile.in.ORIG Wed Feb 16 11:01:59 2011 --- ./Makefile.in Wed Feb 16 11:02:16 2011 *************** *** 30,36 **** # For additional warnings & checks, add -Wstrict-prototypes -Wshadow to the # following: ! CFLAGS +=-Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 LDFLAGS +=-s LIBS +=@LIBS@ --- 30,36 ---- # For additional warnings & checks, add -Wstrict-prototypes -Wshadow to the # following: ! CFLAGS +=-DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O LDFLAGS +=-s LIBS +=@LIBS@ *** ./socklib.c.ORIG Wed Feb 16 11:05:29 2011 --- ./socklib.c Wed Feb 16 11:07:05 2011 *************** *** 9,14 **** --- 9,18 ---- #include + #ifdef _AIX + #include + #endif + #ifdef HAVE_ARPA_INET_H # include #endif *** ./console.h.ORIG Wed Feb 16 11:11:03 2011 --- ./console.h Wed Feb 16 11:09:56 2011 *************** *** 1,6 **** --- 1,10 ---- #ifndef CONSOLE_H #define CONSOLE_H + #ifdef _AIX + #include + #endif + #ifdef __MINGW32__ #include #include