aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.y
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-02-14 16:20:27 +0100
committerThomas White <taw@physics.org>2019-02-14 16:20:27 +0100
commited54079dcd5ae5d6b801b9a0ea2f3ba013c08c0d (patch)
tree0b4382661e2c2491e22fb4505335b3b130f1b55e /libstorycode/storycode.y
parent1b2cea0191cf26ec3206520a70177d16f4f421f0 (diff)
Use generators for flex/bison
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);