Added include of <sys/socket.h> to time_stats.C

svn path=/trunk/boinc/; revision=6056
This commit is contained in:
Eric J. Korpela 2005-05-06 02:09:35 +00:00
parent 90d49a7d91
commit cc00afa6a8
1 changed files with 4 additions and 0 deletions

View File

@ -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"