浏览代码

Merge default into minor

--HG--
branch : minor
Bart van Strien 9 年之前
父节点
当前提交
2e51a976db
共有 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