[1.5] Need to include unistd for close() declaration
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 13 Feb 2012 13:18:58 +0000 (13:18 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 13 Feb 2012 13:18:58 +0000 (13:18 +0000)
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>