aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-25 14:13:59 +0200
committerDavid Robillard <d@drobilla.net>2019-07-25 14:16:24 +0200
commit9bc5853b7d951c879273cecbe2ef6e79fa2528fa (patch)
tree373ce86f85673bd4e6b6a91d96d8ff7ff54acfb0 /test
parent581cd286d4cb1662e4d228faddc8999c93e5ed3a (diff)
downloadpugl-9bc5853b7d951c879273cecbe2ef6e79fa2528fa.tar.gz
pugl-9bc5853b7d951c879273cecbe2ef6e79fa2528fa.tar.bz2
pugl-9bc5853b7d951c879273cecbe2ef6e79fa2528fa.zip
Use standard Cairo include paths everywhere
Weird convention, that.
Diffstat (limited to 'test')
-rw-r--r--test/pugl_cairo_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pugl_cairo_test.c b/test/pugl_cairo_test.c
index 47907db..ef7365f 100644
--- a/test/pugl_cairo_test.c
+++ b/test/pugl_cairo_test.c
@@ -20,7 +20,7 @@
#include "pugl/pugl.h"
-#include <cairo/cairo.h>
+#include <cairo.h>
#include <stdint.h>
#include <stdio.h>