aboutsummaryrefslogtreecommitdiff
path: root/tests/render_test.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-10-12 00:53:34 +0200
committerThomas White <taw@bitwiz.org.uk>2012-10-12 00:53:34 +0200
commit350c51a006edba2a46e7f17bf05098b398a4cb80 (patch)
treeb6a996032b7131eb72c5b070325c78a005087ed0 /tests/render_test.c
parenteea7bf93ada2a57fad1dac3e5233f703d1af02ff (diff)
Move "frame" to new module
Diffstat (limited to 'tests/render_test.c')
-rw-r--r--tests/render_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/render_test.c b/tests/render_test.c
index fc4784e..027847a 100644
--- a/tests/render_test.c
+++ b/tests/render_test.c
@@ -34,6 +34,7 @@
#include "../src/render.h"
#include "../src/layout.h"
#include "../src/stylesheet.h"
+#include "../src/frame.h"
static gint mw_destroy(GtkWidget *w, void *p)