Browse Source

Tell enet about autoconf's socklen_t results

Bart van Strien 11 years ago
parent
commit
29d953aa08
1 changed files with 1 additions and 0 deletions
  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>
 #include <sys/poll.h>
 #endif
 #endif
 
 
+#include "common/config.h"
 #ifndef HAS_SOCKLEN_T
 #ifndef HAS_SOCKLEN_T
 typedef int socklen_t;
 typedef int socklen_t;
 #endif
 #endif