Explorar o código

Tell enet about autoconf's socklen_t results

Bart van Strien %!s(int64=12) %!d(string=hai) anos
pai
achega
29d953aa08
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/libraries/enet/libenet/unix.c

+ 1 - 0
src/libraries/enet/libenet/unix.c

@@ -48,6 +48,7 @@
 #include <sys/poll.h>
 #endif
 
+#include "common/config.h"
 #ifndef HAS_SOCKLEN_T
 typedef int socklen_t;
 #endif