diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-11-10 14:53:06 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-11-10 14:53:06 +0100 |
commit | 5d7be5c99bb7766a8d907b3f55955ea0dc6371b4 (patch) | |
tree | 482838d40387f8500b9abd5103d228ee344b0448 /pugl | |
parent | b456dffe97f2973ddae14924c36c3d23907ea86d (diff) | |
parent | adaf38d0984087ba9b6281dde46749dfb29a2a38 (diff) | |
download | sherlock.lv2-5d7be5c99bb7766a8d907b3f55955ea0dc6371b4.tar.xz |
Merge commit 'adaf38d0984087ba9b6281dde46749dfb29a2a38'
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/pugl/cairo_gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl/cairo_gl.h b/pugl/pugl/cairo_gl.h index fe296bb..5c0f1f9 100644 --- a/pugl/pugl/cairo_gl.h +++ b/pugl/pugl/cairo_gl.h @@ -16,7 +16,7 @@ #if defined(PUGL_HAVE_GL) && defined(PUGL_HAVE_CAIRO) -#include <cairo.h> +#include <cairo/cairo.h> #include <stdint.h> #include "pugl/gl.h" |