From 97db749cfa19078b5f6be091dedec7ea6abd2d4b Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Tue, 16 Aug 2005 22:49:18 +0000 Subject: [PATCH] Compile fix (bzero) svn path=/trunk/boinc/; revision=7375 --- lib/network.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/network.h b/lib/network.h index c4fe3f72b2..8832ffa486 100644 --- a/lib/network.h +++ b/lib/network.h @@ -16,6 +16,9 @@ // http://www.gnu.org/copyleft/lesser.html // 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_