Преглед изворни кода

explicitly include sys/socket.h

Lee Salzman пре 12 година
родитељ
комит
5d76b92c54
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      include/enet/unix.h

+ 1 - 0
include/enet/unix.h

@@ -8,6 +8,7 @@
 #include <stdlib.h>
 #include <sys/time.h>
 #include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
 #include <unistd.h>