diff options
Diffstat (limited to 'modules/other/gail/gail.c')
-rw-r--r-- | modules/other/gail/gail.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/other/gail/gail.c b/modules/other/gail/gail.c index ac27f0ba35..8964390c4e 100644 --- a/modules/other/gail/gail.c +++ b/modules/other/gail/gail.c @@ -21,7 +21,9 @@ #include <stdio.h> #include <stdlib.h> -#include <atk/atk.h> + +#undef GTK_DISABLE_DEPRECATED + #include <gtk/gtk.h> #include "gail.h" #include "gailfactory.h" |