Browse Source

Re-apply enet patch to use autoconf results

Bart van Strien 9 years ago
parent
commit
b365574bff
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

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