Merge branch 'refactoring' of https://secure.softndesign.org/git/calc into refactoring
[calc.git] / program.c
index 97f99293114bd95b76ac4601d62c4b5645fd1a4f..c966617c00562beef7d02e191d963ddcb9ff4347 100644 (file)
--- a/program.c
+++ b/program.c
@@ -1,4 +1,5 @@
 #include <malloc.h>
+#include <stdio.h>
 #include <string.h>
 
 #include "alloc.h"