aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@1c20744c-e24a-42ec-9533-f5004cb800e5>2004-12-30 13:36:59 +0000
committerschnetter <schnetter@1c20744c-e24a-42ec-9533-f5004cb800e5>2004-12-30 13:36:59 +0000
commita3ee4864d097e0759482e231663c8963bd1b9737 (patch)
tree01afabc872a94640def90b7ba42c5d84bc3749c3
parent94b5f2068bb7d18d39aaa93dd644b07944d1ed4c (diff)
Add missing #include <stddef.h> and #include <stdio.h> statements.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@82 1c20744c-e24a-42ec-9533-f5004cb800e5
-rw-r--r--src/InterpGridArrays.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/InterpGridArrays.c b/src/InterpGridArrays.c
index ad53d8d..d7a2628 100644
--- a/src/InterpGridArrays.c
+++ b/src/InterpGridArrays.c
@@ -16,6 +16,7 @@
@version $Id$
@@*/
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>