From cc00afa6a89f70abb73c361a2f55bfabb845c2c6 Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Fri, 6 May 2005 02:09:35 +0000 Subject: [PATCH] Added include of to time_stats.C svn path=/trunk/boinc/; revision=6056 --- client/time_stats.C | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/time_stats.C b/client/time_stats.C index 96aa0995c1..d9302dc45f 100644 --- a/client/time_stats.C +++ b/client/time_stats.C @@ -27,6 +27,10 @@ #include #endif +#ifdef HAVE_SYS_SOCKET_H +#include +#endif + #include "parse.h" #include "util.h" #include "error_numbers.h"