diff libnnchat.h @ 266:9bf3e5620eb5

Include sys/select.h
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 Jun 2011 11:24:36 +0300
parents 7ae0719f7763
children 1211b740fbda
line wrap: on
line diff
--- a/libnnchat.h	Fri Jun 03 10:50:56 2011 +0300
+++ b/libnnchat.h	Fri Jun 03 11:24:36 2011 +0300
@@ -12,6 +12,7 @@
 #include <windows.h>
 #include <winsock.h>
 #else
+#include <sys/select.h>
 #include <sys/socket.h>
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>