瀏覽代碼

Re-apply enet patch to use autoconf results

Bart van Strien 9 年之前
父節點
當前提交
b365574bff
共有 1 個文件被更改,包括 1 次插入0 次删除
  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