aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-25 09:39:08 +0200
committerDavid Robillard <d@drobilla.net>2019-07-25 10:26:19 +0200
commitbba5958e3d0b82c22befaa02585d76abad4b0bd0 (patch)
tree2715e01b6fb5d40cdc07357f9687879db2a31365
parent552e107fbe6cc470a98ccde9133e4597f83ac184 (diff)
downloadpugl-bba5958e3d0b82c22befaa02585d76abad4b0bd0.tar.gz
pugl-bba5958e3d0b82c22befaa02585d76abad4b0bd0.tar.bz2
pugl-bba5958e3d0b82c22befaa02585d76abad4b0bd0.zip
Use standard cairo include path
-rw-r--r--pugl/cairo_gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/cairo_gl.h b/pugl/cairo_gl.h
index 24aacdd..db61a26 100644
--- a/pugl/cairo_gl.h
+++ b/pugl/cairo_gl.h
@@ -18,7 +18,7 @@
#include "pugl/gl.h"
-#include <cairo/cairo.h>
+#include <cairo.h>
#include <stdint.h>
typedef struct {