X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fgnome2-console%2Fsupport.h;h=8e0506ad4f4e486797983a8ae465c66923b1d422;hb=d6a2978cea17ce237b4ea9c71853cb96b9f4416f;hp=2bec209a5ad66eaeb61cbe705e0827836d96044c;hpb=6e71af05e603ae93e3def9e0c30f25359340e480;p=bacula%2Fbacula diff --git a/bacula/src/gnome2-console/support.h b/bacula/src/gnome2-console/support.h index 2bec209a5a..8e0506ad4f 100644 --- a/bacula/src/gnome2-console/support.h +++ b/bacula/src/gnome2-console/support.h @@ -3,11 +3,12 @@ */ #ifdef HAVE_CONFIG_H -# include +# include "config.h" #endif #include + #undef Q_ #ifdef ENABLE_NLS # define Q_(String) g_strip_context ((String), gettext (String)) @@ -46,4 +47,3 @@ GdkPixbuf* create_pixbuf (const gchar *filename); void glade_set_atk_action_description (AtkAction *action, const gchar *action_name, const gchar *description); -