mirror of https://github.com/BOINC/boinc.git
Added include of <sys/socket.h> to time_stats.C
svn path=/trunk/boinc/; revision=6056
This commit is contained in:
parent
90d49a7d91
commit
cc00afa6a8
|
@ -27,6 +27,10 @@
|
|||
#include <cmath>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#include "parse.h"
|
||||
#include "util.h"
|
||||
#include "error_numbers.h"
|
||||
|
|
Loading…
Reference in New Issue