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:
parent
4af5c5b658
commit
488ab8c754
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "Strings.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
#include <math.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue