--- gsocket.h~ 2005-11-15 13:50:36.000000000 +0000 +++ gsocket.h 2006-02-20 19:53:22.000000000 +0000 @@ -139,7 +139,7 @@ #include <sys/time.h> #endif -#if !(defined (VMS) || defined (__MINGW32__) || defined(__rtems__)) +#if !(defined (VMS) || defined (__MINGW32__) || defined(__rtems__) || defined(__DJGPP__)) #include <sys/socket.h> #include <netinet/in.h> #include <netinet/tcp.h>