diff options
Diffstat (limited to 'modules/other/gail/gailclist.c')
-rw-r--r-- | modules/other/gail/gailclist.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/other/gail/gailclist.c b/modules/other/gail/gailclist.c index 87bae77e05..6a68ffe8aa 100644 --- a/modules/other/gail/gailclist.c +++ b/modules/other/gail/gailclist.c @@ -19,8 +19,11 @@ #include "config.h" -#include <gtk/gtk.h> #include <stdio.h> + +#undef GTK_DISABLE_DEPRECATED + +#include <gtk/gtk.h> #include "gailclist.h" #include "gailclistcell.h" #include "gailcellparent.h" |