diff options
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/cairo_gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/cairo_gl.h b/pugl/cairo_gl.h index fe296bb..5c0f1f9 100644 --- a/pugl/cairo_gl.h +++ b/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" |