aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-08-16 17:50:07 +0200
committerThomas White <taw@bitwiz.org.uk>2015-08-16 17:50:07 +0200
commit4534e5af52a226327590b3c19a010a460212427a (patch)
treec4749cd036cdf0e1fb7d2139836b6934b5d2c239 /src/sc_interp.h
parenta54c8fae031aa34b6286e8f08fc4861681d24200 (diff)
Remove sc_block_frame() crap
Diffstat (limited to 'src/sc_interp.h')
-rw-r--r--src/sc_interp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sc_interp.h b/src/sc_interp.h
index 7354e16..4591bae 100644
--- a/src/sc_interp.h
+++ b/src/sc_interp.h
@@ -29,6 +29,8 @@
#include <pango/pangocairo.h>
+#include "frame.h"
+
struct presentation;
typedef struct _scinterp SCInterpreter;
typedef struct _sccallbacklist SCCallbackList;