The function close() is declared in unistd.h. We must include this since it might not be pulled in by other headers on all platforms. Closes #216

This commit is contained in:
Micke Prag 2012-06-08 12:28:13 +02:00
parent 4af5c5b658
commit 488ab8c754

View file

@ -4,6 +4,7 @@
#include "Strings.h"
#include <stdio.h>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <math.h>