]> Pileus Git - ~andy/gtk/commitdiff
Include gtkx.h here
authorMatthias Clasen <mclasen@redhat.com>
Sun, 30 Jan 2011 06:45:18 +0000 (01:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 30 Jan 2011 06:45:18 +0000 (01:45 -0500)
When building under X11, gtktypefuncs.c includes references to gdk
X11 backend functions, so we need to include the header.

gtk/gtktestutils.c

index 30d03d795159dfbb406dbbbb2cc2658b90eb1e88..b6826d8c01b01de481a7715c99fa83f0694da41a 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "config.h"
 
-#include <gtk/gtk.h>
+#include <gtk/gtkx.h>
 #include "gtkspinbutton.h"
 
 #include <locale.h>