aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2012-10-24 14:49:47 +0000
committereschnett <eschnett@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2012-10-24 14:49:47 +0000
commitc5d017f786e6943ff7d835e9e465b23686631cce (patch)
tree91ff3632c571dcdf2e34325dcdfb18153f5c98f9
parent60b19a248224450e4fae2331654aac0f1c67628f (diff)
Add missing #include
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@89 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
-rw-r--r--src/HostNames.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/HostNames.c b/src/HostNames.c
index d46505b..4effbde 100644
--- a/src/HostNames.c
+++ b/src/HostNames.c
@@ -14,6 +14,7 @@
#endif
#include <stdlib.h>
+#include <string.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>