aboutsummaryrefslogtreecommitdiffstats
path: root/test/pugl_cairo_test.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-08 17:47:12 +0100
committerDavid Robillard <d@drobilla.net>2020-03-08 17:47:12 +0100
commitf1f50a738e10873c483b7425ae7da963114b7719 (patch)
treeefebbb6f25fbafebbdd4d4073b81743f04f9c782 /test/pugl_cairo_test.c
parent63b748a6b2f1fa9db262ba15a60939109053556e (diff)
downloadpugl-f1f50a738e10873c483b7425ae7da963114b7719.tar.gz
pugl-f1f50a738e10873c483b7425ae7da963114b7719.tar.bz2
pugl-f1f50a738e10873c483b7425ae7da963114b7719.zip
Split graphical utilities out from test_utils.h
Diffstat (limited to 'test/pugl_cairo_test.c')
-rw-r--r--test/pugl_cairo_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pugl_cairo_test.c b/test/pugl_cairo_test.c
index 4cabec9..e9fa27c 100644
--- a/test/pugl_cairo_test.c
+++ b/test/pugl_cairo_test.c
@@ -18,6 +18,7 @@
@file pugl_cairo_test.c A simple Pugl test that creates a top-level window.
*/
+#include "demo_utils.h"
#include "test_utils.h"
#include "pugl/pugl.h"