mirror of https://github.com/BOINC/boinc.git
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:
parent
3515ef9b38
commit
267e455575
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue