diff options
author | Franklin <theunamedguy@users.noreply.github.com> | 2017-04-10 19:40:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-10 19:40:33 -0400 |
commit | 807f54ff427eb318b45cd06e49357e31aeae5793 (patch) | |
tree | b646b1a0b95d63867a0f8720fdd5ca86accf2bcc | |
parent | 313a10a1251cfd588cebf6389395617bc2672b0c (diff) | |
parent | ae75bba6542d8f3d8ae5257e2cd1762f8cde7251 (diff) | |
download | wargames-server-807f54ff427eb318b45cd06e49357e31aeae5793.zip wargames-server-807f54ff427eb318b45cd06e49357e31aeae5793.tar.gz wargames-server-807f54ff427eb318b45cd06e49357e31aeae5793.tar.bz2 wargames-server-807f54ff427eb318b45cd06e49357e31aeae5793.tar.xz |
FD_SETSIZE lives in sys/types.h on OSX
-rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include <stdint.h> #include <stdlib.h> +#include <sys/types.h> struct connection_data_t { int naws_enable : 1; |