medfall

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

commit ada44f748bfff560a2196a8c152faa057a004e5e
parent a2495447972c166eb1a794304cb0c133446993a0
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sat Dec 24 16:24:25 +0200

More headers in platform_net.h

Diffstat:
platform_net.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/platform_net.h b/platform_net.h @@ -7,9 +7,11 @@ #include <winsock2.h> #include <ws2tcpip.h> #elif PLATFORM_UNIX +#include <arpa/inet.h> #include <sys/types.h> #include <sys/select.h> #include <sys/socket.h> +#include <fcntl.h> #include <netdb.h> #define closesocket close #else