浏览代码

Tell enet about autoconf's socklen_t results

Bart van Strien 12 年之前
父节点
当前提交
29d953aa08
共有 1 个文件被更改,包括 1 次插入0 次删除
  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