Added errno include for linux.

This commit is contained in:
lotodore
2007-02-18 00:00:25 +00:00
parent 5a665432f9
commit 296399f166
3 changed files with 31 additions and 30 deletions
+1
View File
@@ -30,6 +30,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <errno.h>
#endif
#endif