Added include of sys/socket.h for machines that need it to define socklen_t.

svn path=/trunk/boinc/; revision=6095
This commit is contained in:
Eric J. Korpela 2005-05-10 18:03:24 +00:00
parent 3515ef9b38
commit 267e455575
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@
#if HAVE_SYS_SIGNAL_H
#include <sys/signal.h>
#endif
#if HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif