diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/other/gail/gail.c | 2 | ||||
-rw-r--r-- | modules/other/gail/gailtoplevel.c | 2 | ||||
-rw-r--r-- | modules/other/gail/gailwindow.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/other/gail/gail.c b/modules/other/gail/gail.c index cb121638a9..ce4e6ce55b 100644 --- a/modules/other/gail/gail.c +++ b/modules/other/gail/gail.c @@ -22,7 +22,7 @@ #include <stdio.h> #include <stdlib.h> -#include <gtk/gtk.h> +#include <gtk/gtkx.h> #include "gail.h" #include "gailfactory.h" diff --git a/modules/other/gail/gailtoplevel.c b/modules/other/gail/gailtoplevel.c index 83a8583a42..29ff3a5936 100644 --- a/modules/other/gail/gailtoplevel.c +++ b/modules/other/gail/gailtoplevel.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <string.h> -#include <gtk/gtk.h> +#include <gtk/gtkx.h> #include "gailtoplevel.h" diff --git a/modules/other/gail/gailwindow.c b/modules/other/gail/gailwindow.c index 73b1993783..1dd47b2004 100644 --- a/modules/other/gail/gailwindow.c +++ b/modules/other/gail/gailwindow.c @@ -21,7 +21,7 @@ #include <string.h> -#include <gtk/gtk.h> +#include <gtk/gtkx.h> #include "gailwindow.h" #include "gailtoplevel.h" |