From aba6bcb01c0a9b80467174e5d6dcd829be4c9298 Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 30 Dec 2004 13:33:36 +0000 Subject: Add missing #include statement. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@65 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1 --- src/Groups.c | 1 + src/TimerInfo.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Groups.c b/src/Groups.c index a93b08f..6d3ad96 100644 --- a/src/Groups.c +++ b/src/Groups.c @@ -8,6 +8,7 @@ @version $Id$ @@*/ +#include #include #include diff --git a/src/TimerInfo.c b/src/TimerInfo.c index dd7bfa5..84d07a9 100644 --- a/src/TimerInfo.c +++ b/src/TimerInfo.c @@ -10,6 +10,7 @@ #include "cctk.h" +#include #include #include -- cgit v1.2.3