]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
added extra headers.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 22 Oct 2011 09:09:14 +0000 (11:09 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 22 Oct 2011 09:09:14 +0000 (11:09 +0200)
src/serv.c
src/udp-serv.c

index 6301b1e7a44bf192894f38e469248778f099eaf3..9a5c4869bd899b080d04f4f53c04c5691925bf27 100644 (file)
@@ -39,6 +39,7 @@
 #include <fcntl.h>
 #include <list.h>
 #include <netdb.h>
+#include <unistd.h>
 
 /* Gnulib portability files. */
 #include "progname.h"
index 127315410605d1548309438352a2ee6c2a3e3fe7..a25dfa8a86d115a81e4e47af27e5ba16549a55c1 100644 (file)
@@ -23,6 +23,7 @@
 #include <sys/socket.h>
 #include <arpa/inet.h>
 #include <netinet/in.h>
+#include <sys/select.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>