diff options
author | StapleButter <thetotalworm@gmail.com> | 2017-10-11 02:56:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-11 02:56:06 +0200 |
commit | f9d9aaec11cee163f2842c56945d5e85ac9b3c03 (patch) | |
tree | fe9acf27e33f851db32485cc5dbb62428900109b /src/libui_sdl/Platform.cpp | |
parent | 73626e9f45461a48f3a0ce38b791cbb545fa6405 (diff) | |
parent | 56bf1ecc131fa7f0cd152dfaee7fe9c5917d4b40 (diff) |
Merge pull request #112 from bentley/master
Portability fixes
Diffstat (limited to 'src/libui_sdl/Platform.cpp')
-rw-r--r-- | src/libui_sdl/Platform.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libui_sdl/Platform.cpp b/src/libui_sdl/Platform.cpp index 0b1e0a2..1d7438b 100644 --- a/src/libui_sdl/Platform.cpp +++ b/src/libui_sdl/Platform.cpp @@ -32,6 +32,8 @@ #else #include <unistd.h> #include <arpa/inet.h> + #include <netinet/in.h> + #include <sys/select.h> #include <sys/socket.h> #define socket_t int #define sockaddr_t struct sockaddr |