aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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"