aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-11-06 19:21:11 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-11-06 19:21:11 +0000
commitf8998309ba282495ca87af18a79038cc3e0ce072 (patch)
tree798deaa4c0bdf80203d60703af854e489b23f7dc
parent79c82123dab6ef05ce6ef74370899f048447dff5 (diff)
Missing headers.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@102 1faa4e14-9dd3-4be0-9f0e-ffe519881164
-rw-r--r--src/Groups.c2
-rw-r--r--src/Server.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/Groups.c b/src/Groups.c
index 8d40112..bc22c3f 100644
--- a/src/Groups.c
+++ b/src/Groups.c
@@ -9,6 +9,8 @@
@@*/
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include "cctk.h"
diff --git a/src/Server.c b/src/Server.c
index e9da4a0..8b928fb 100644
--- a/src/Server.c
+++ b/src/Server.c
@@ -10,6 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "cctk.h"