Include gtkx.h here

When building under X11, gtktypefuncs.c includes references to gdk
X11 backend functions, so we need to include the header.
This commit is contained in:
Matthias Clasen 2011-01-30 01:45:18 -05:00
parent 61f8dbc245
commit 0c2e16f04b

View File

@ -21,7 +21,7 @@
#include "config.h"
#include <gtk/gtk.h>
#include <gtk/gtkx.h>
#include "gtkspinbutton.h"
#include <locale.h>