From afb16504bfb6f193ef64c8f879d29185239c0533 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Tue, 16 Aug 2005 22:57:22 +0000 Subject: [PATCH] Belongs after double inclusion protection svn path=/trunk/boinc/; revision=7377 --- lib/network.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/network.h b/lib/network.h index 8832ffa486..acd6d0370f 100644 --- a/lib/network.h +++ b/lib/network.h @@ -17,11 +17,10 @@ // or write to the Free Software Foundation, Inc., // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -#include - #ifndef _BOINC_NETWORK_H_ #define _BOINC_NETWORK_H_ +#include struct FDSET_GROUP { fd_set read_fds;