aboutsummaryrefslogtreecommitdiff
path: root/src
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
parentffe74eda7496d02f1c7a35446b1479524b4b38e3 (diff)
Build system fixes
Diffstat (limited to 'src')
-rw-r--r--src/frame.c3
-rw-r--r--src/render.c3
2 files changed, 5 insertions, 1 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"
diff --git a/src/render.c b/src/render.c
index b0c5078..fbd94bd 100644
--- a/src/render.c
+++ b/src/render.c
@@ -32,7 +32,8 @@
#include <gdk/gdk.h>
#include <string.h>
-#include "storycode.h"
+#include <storycode.h>
+
#include "stylesheet.h"
#include "presentation.h"
#include "frame.h"