diff options
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/pugl_x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_x11.c b/pugl/pugl_x11.c index 03b696d..ef08ac8 100644 --- a/pugl/pugl_x11.c +++ b/pugl/pugl_x11.c @@ -35,8 +35,8 @@ #endif #ifdef PUGL_HAVE_CAIRO -#include <cairo/cairo.h> #include <cairo/cairo-xlib.h> +#include <cairo/cairo.h> #endif #include "pugl/cairo_gl.h" |