From 10fea0facfd14518cd3044fd2b49b2aa2a2631df Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Mon, 15 Jul 2002 17:12:11 +0000 Subject: [PATCH] Fixed Solaris compile bug. svn path=/trunk/boinc/; revision=194 --- client/scheduler_op.C | 1 + 1 file changed, 1 insertion(+) diff --git a/client/scheduler_op.C b/client/scheduler_op.C index a37d39d910..4ca73c2d36 100644 --- a/client/scheduler_op.C +++ b/client/scheduler_op.C @@ -18,6 +18,7 @@ // #include +#include #include "client_state.h" #include "client_types.h"