aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionNorm1.c
diff options
context:
space:
mode:
authortradke <tradke@d60812e6-3970-4df4-986e-c251b06effeb>2001-05-14 17:06:20 +0000
committertradke <tradke@d60812e6-3970-4df4-986e-c251b06effeb>2001-05-14 17:06:20 +0000
commit536fc971111676b96b215e947cf46b57e8dbf8a9 (patch)
treea693545806780488fb98c3f3568da3cc621521c9 /src/ReductionNorm1.c
parent450e0c897f80ad006d86aa7bf7be6f16144ffb1e (diff)
Included string.h.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@14 d60812e6-3970-4df4-986e-c251b06effeb
Diffstat (limited to 'src/ReductionNorm1.c')
-rw-r--r--src/ReductionNorm1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ReductionNorm1.c b/src/ReductionNorm1.c
index 2f8b157..83e24b9 100644
--- a/src/ReductionNorm1.c
+++ b/src/ReductionNorm1.c
@@ -11,6 +11,7 @@
@@*/
#include <stdlib.h>
+#include <string.h>
#include "pugh_reductions.h"