[1.5] Need to include unistd for close() declaration

This commit is contained in:
Mathieu Malaterre 2012-02-13 13:18:58 +00:00
parent a9b7c7b0b4
commit 52f5452d4d
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <unistd.h>
#endif
#include <stdio.h>