aboutsummaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-11-24 00:58:49 +0100
committerThomas White <taw@bitwiz.org.uk>2012-11-24 00:58:49 +0100
commitd340f99af34d5fb30d869b8be6104f8c0efcb7a6 (patch)
treea3fbbb304ce085e25cddc0a1e84e2313dae58b4b /src/frame.c
parentffe74eda7496d02f1c7a35446b1479524b4b38e3 (diff)
Build system fixes
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index 75a9810..81edf1d 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -27,6 +27,9 @@
#include <assert.h>
#include <stdlib.h>
+#include <string.h>
+
+#include <storycode.h>
#include "frame.h"