diff options
Diffstat (limited to 'demos/testpixbuf-drawable.c')
-rw-r--r-- | demos/testpixbuf-drawable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/testpixbuf-drawable.c b/demos/testpixbuf-drawable.c index 0521ad91ec..fa87674f04 100644 --- a/demos/testpixbuf-drawable.c +++ b/demos/testpixbuf-drawable.c @@ -1,7 +1,7 @@ #include <gtk/gtk.h> #include <gdk/gdkx.h> -#include "gdk-pixbuf.h" -#include "gdk-pixbuf-drawable.h" +#include "gdk-pixbuf/gdk-pixbuf.h" +#include "gdk-pixbuf/gdk-pixbuf-drawable.h" void close_app(GtkWidget *widget, gpointer data) { |