medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit cc2dabfb55f7d1b6a63ee50fa7735cfd436f536a
parent 1ea21c755bfa97a12d7384e7b79de599be1af09e
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Jan 11 23:13:39 +0200

Add unistd.h to unix_network

Diffstat:
unix_network.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/unix_network.h b/unix_network.h @@ -7,6 +7,7 @@ #include <errno.h> #include <fcntl.h> #include <netdb.h> +#include <unistd.h> #define INVALID_SOCKET ( -1 ) #define SOCKET_ERROR ( -1 )