From 067d39ad1d04a13a38a02506275a85c209d7bdbe Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 12 Mar 2001 12:57:44 +0000 Subject: Added missing include for memset(3). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@112 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- src/Utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Utils.c b/src/Utils.c index b965d3b..5b25bc8 100644 --- a/src/Utils.c +++ b/src/Utils.c @@ -11,6 +11,7 @@ #include #include +#include #include "cctk.h" #include "cctk_Parameters.h" -- cgit v1.2.3