changeset 266:9bf3e5620eb5

Include sys/select.h
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 Jun 2011 11:24:36 +0300
parents 8c983c3b93eb
children 5175ed15ffa4
files libnnchat.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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>