Fix the build by including gdkconfig.h in gtkprinter.h.

svn path=/trunk/; revision=20603
This commit is contained in:
Tim Janik
2008-06-20 11:08:07 +00:00
parent 412e3072a1
commit c9b24c8817

View File

@ -24,6 +24,8 @@
#ifndef __GTK_PRINTER_H__
#define __GTK_PRINTER_H__
#include <gdk/gdkconfig.h>
#include <glib-object.h>
#include <cairo.h>
#include <gtk/gtk.h>