Tell enet about autoconf's socklen_t results

This commit is contained in:
Bart van Strien
2013-11-02 18:47:11 +01:00
parent 97bbbe638b
commit 29d953aa08
+1
View File
@@ -48,6 +48,7 @@
#include <sys/poll.h>
#endif
#include "common/config.h"
#ifndef HAS_SOCKLEN_T
typedef int socklen_t;
#endif