Use default encoding when reading system files if no encoding is given in file.
[pspp-builds.git] / glade / dialog.c
index ac6f2a22c0a2c8489ce61bb04c2dbefea0d0dc64..3596e3485f00bc411ae2418fdbc5aa5dec503a9f 100644 (file)
@@ -2,12 +2,13 @@
 #include <gtk/gtk.h>
 
 #include "psppire-dialog.h"
-
-#include <glade-gtk.h>
+#include <string.h>
 #include <assert.h>
+#include <string.h>
+#include <gladeui/glade.h>
 
 
-void GLADEGTK_API
+void
 glade_psppire_dialog_post_create (GladeWidgetAdaptor *adaptor,
                                  GObject            *object,
                                  GladeCreateReason   reason)