]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/socket.h
Modified windows build parameters a bit to make it build
[dragonfireclient.git] / src / socket.h
index 6b7a2462ee61ce2d696843978b99a9edf175968c..c2b496e9ed3afffd4dde041a56e68766400a61c3 100644 (file)
@@ -35,6 +35,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 typedef SOCKET socket_t;
 typedef int socklen_t;
 #else
+       #include <sys/types.h>
        #include <sys/socket.h>
        #include <netinet/in.h>
        #include <fcntl.h>