aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@ff385933-4943-42dc-877b-ffc776028de6>2004-12-30 13:38:24 +0000
committerschnetter <schnetter@ff385933-4943-42dc-877b-ffc776028de6>2004-12-30 13:38:24 +0000
commitf4f83fe785ae7b7549c2d3a218fc28c3fd37b5e1 (patch)
tree945a788d21c6b244abba8cc710d8712f292d1262
parentc261b30ea0f6a8acaf76dcd25fbb6ef42b6eedd3 (diff)
Add missing #include <stddef.h> and #include <stdio.h> statements.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@74 ff385933-4943-42dc-877b-ffc776028de6
-rw-r--r--src/NaNCheck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NaNCheck.c b/src/NaNCheck.c
index 1c8b87b..c67b90f 100644
--- a/src/NaNCheck.c
+++ b/src/NaNCheck.c
@@ -10,6 +10,7 @@
@@*/
#include <math.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>