aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionMin.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/ReductionMin.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/ReductionMin.c')
-rw-r--r--src/ReductionMin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ReductionMin.c b/src/ReductionMin.c
index d5041c9..061523e 100644
--- a/src/ReductionMin.c
+++ b/src/ReductionMin.c
@@ -10,6 +10,7 @@
@@*/
#include <stdlib.h>
+#include <string.h>
#include "pugh_reductions.h"