summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-15 13:48:19 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-15 13:48:19 +0000
commit0aa6ff93505498fa6d801a9e490b873c8e72db50 (patch)
tree873d582cbcd96d16cf9a9ab453f7983c1b7da81b /src/util
parenta6edf565c372b1ba0185881dfaa673d4dd470b2a (diff)
Added a missing #include line.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@58 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util')
-rw-r--r--src/util/StoreNamedData.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/StoreNamedData.c b/src/util/StoreNamedData.c
index 274000cf..67bf1faa 100644
--- a/src/util/StoreNamedData.c
+++ b/src/util/StoreNamedData.c
@@ -11,6 +11,8 @@
@@*/
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
+
#include "StoreNamedData.h"
static char *rcsid = "$Id$";