diff options
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/pugl_x11_cairo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pugl/pugl_x11_cairo.c b/pugl/pugl_x11_cairo.c index 8febe46..c62621e 100644 --- a/pugl/pugl_x11_cairo.c +++ b/pugl/pugl_x11_cairo.c @@ -19,8 +19,8 @@ #include "pugl/pugl_x11_cairo.h" #include <X11/Xutil.h> -#include <cairo/cairo-xlib.h> -#include <cairo/cairo.h> +#include <cairo-xlib.h> +#include <cairo.h> #include <stdio.h> #include <stdlib.h> |