This commit is contained in:
Giuseppe Scrivano 2012-06-02 19:36:45 +02:00
parent 1d14c18d7f
commit 6741bc4233
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2012-06-02 Giuseppe Scrivano <gscrivano@gnu.org>
* connect.c: Include <sys/socket.h> and <sys/select.h>.
2012-05-30 Gijs van Tulder <gvtulder@gmail.com>
* warc.c: Fix segfault if CDX record is not found.

View File

@ -36,13 +36,8 @@ as that of the covered work. */
#include <unistd.h>
#include <assert.h>
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif /* def HAVE_SYS_SOCKET_H */
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif /* def HAVE_SYS_SELECT_H */
#include <sys/socket.h>
#include <sys/select.h>
#ifndef WINDOWS
# ifdef __VMS