aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.y
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/storycode.y')
-rw-r--r--libstorycode/storycode.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/storycode.y b/libstorycode/storycode.y
index 38ce93b..33336a7 100644
--- a/libstorycode/storycode.y
+++ b/libstorycode/storycode.y
@@ -21,6 +21,7 @@
*/
%{
+ #include <stdio.h>
extern int sclex();
extern int scparse();
void scerror(const char *s);