diff options
-rw-r--r-- | ext/standard/flock_compat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/flock_compat.c b/ext/standard/flock_compat.c index 373f43f9cd..0b1d0b1c22 100644 --- a/ext/standard/flock_compat.c +++ b/ext/standard/flock_compat.c @@ -33,11 +33,7 @@ #endif #ifdef NETWARE -#ifdef NEW_LIBC #include <netinet/in.h> -#else -#include <sys/socket.h> -#endif #endif #ifndef HAVE_FLOCK |