[1.5] Need to include unistd for close() declaration
[openjpeg.git] / applications / jpip / libopenjpip / sock_manager.c
index 748791f26545b56f4c83768855271473543e6e0e..2eb6c62b3b799ed1034a68e2488454afaab904de 100644 (file)
@@ -34,6 +34,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <arpa/inet.h>
+#include <unistd.h>
 #endif
 
 #include <stdio.h>