aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2004-12-29 23:14:04 +0000
committerschnetter <schnetter@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2004-12-29 23:14:04 +0000
commited1035fb2677b069bf29fe0b6b6fe5fb9567bb32 (patch)
tree2583de61196ef8b07b070a80bd1348763baa560e
parente888edd46d420786c41a918f2111cbdab296a93d (diff)
Add missing #include <stdio.h> statement
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@161 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-rw-r--r--src/WriteScalar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WriteScalar.c b/src/WriteScalar.c
index f0ad792..f0902a3 100644
--- a/src/WriteScalar.c
+++ b/src/WriteScalar.c
@@ -9,6 +9,7 @@
@@*/
#include <ctype.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* strlen(3) */
#include <sys/types.h>