aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorswhite <swhite@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-06-01 11:40:00 +0000
committerswhite <swhite@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-06-01 11:40:00 +0000
commit23dbb67b17b5b673b2428e1b4d2f74d7bb46f1c5 (patch)
treec1613a449bff00570576877d3c0969b09b3c12cf
parent8f266b47031568a05268bb6663c150de3a1b2317 (diff)
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
-rw-r--r--src/Groups.c1
-rw-r--r--src/HostNames.c2
-rw-r--r--src/IO.c1
3 files changed, 4 insertions, 0 deletions
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 <string.h>
+#include <stdlib.h>
#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 <stdlib.h>
+
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#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 <stdlib.h>
#include <fcntl.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>