From 23dbb67b17b5b673b2428e1b4d2f74d7bb46f1c5 Mon Sep 17 00:00:00 2001 From: swhite Date: Tue, 1 Jun 2004 11:40:00 +0000 Subject: Pursuant to bug 1715 Made to compile more cleanly with Intel 7 git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@59 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1 --- src/Groups.c | 1 + src/HostNames.c | 2 ++ src/IO.c | 1 + 3 files changed, 4 insertions(+) diff --git a/src/Groups.c b/src/Groups.c index fc8be17..a93b08f 100644 --- a/src/Groups.c +++ b/src/Groups.c @@ -9,6 +9,7 @@ @@*/ #include +#include #include "cctk.h" #include "util_String.h" diff --git a/src/HostNames.c b/src/HostNames.c index 132dd0a..160bf7e 100644 --- a/src/HostNames.c +++ b/src/HostNames.c @@ -13,6 +13,8 @@ #include "util_Network.h" #endif +#include + #ifdef HAVE_UNISTD_H #include #endif /* HAVE_UNISTD_H */ diff --git a/src/IO.c b/src/IO.c index 901ef76..d4a0f55 100644 --- a/src/IO.c +++ b/src/IO.c @@ -10,6 +10,7 @@ #include "cctk.h" #include "cctk_Parameters.h" +#include #include #ifdef HAVE_UNISTD_H #include -- cgit v1.2.3