aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@10716dce-81a3-4424-a2c8-48026a0d3035>2000-11-06 19:23:41 +0000
committergoodale <goodale@10716dce-81a3-4424-a2c8-48026a0d3035>2000-11-06 19:23:41 +0000
commit6e18d9894709ffedb3f15e5054678a273ca65f92 (patch)
tree40c2dbc4032627c82274e4d323e3755213663173
parent5920d3da1b899c54dd6e30eb8dfab22c7823eac3 (diff)
Missing header.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@37 10716dce-81a3-4424-a2c8-48026a0d3035
-rw-r--r--src/Hyperslab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Hyperslab.c b/src/Hyperslab.c
index b540131..b9fd31e 100644
--- a/src/Hyperslab.c
+++ b/src/Hyperslab.c
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "cctk.h"
#include "cctk_Parameters.h"