aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2008-01-24 10:28:32 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2008-01-24 10:28:32 +0000
commit4bbebca46e76bef032f04a67a0801eb78d44b2d9 (patch)
tree6c27e1c15cb9fe750eb1ccd9a3ef8d51fb913d32
parentb6ca859282341b5f0f24cc1b09026f543a8a13a3 (diff)
include missing header file <string.h>
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@236 4825ed28-b72c-4eae-9704-e50c059e567d
-rw-r--r--src/Output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Output.c b/src/Output.c
index 25e8560..b59e30e 100644
--- a/src/Output.c
+++ b/src/Output.c
@@ -10,6 +10,7 @@
#include <stdlib.h>
+#include <string.h>
#include "cctk.h"
#include "cctk_Parameters.h"