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=6096
This commit is contained in:
parent
267e455575
commit
fd6e0c08da
|
@ -32,6 +32,9 @@ typedef void (CALLBACK* IdleTrackerTerm)();
|
|||
|
||||
#else
|
||||
#include "config.h"
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
#include <csignal>
|
||||
//#include "synch.h"
|
||||
|
|
Loading…
Reference in New Issue