diff options
-rw-r--r-- | mate-panel/libmate-panel-applet-private/mate-panel-applet-container.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mate-panel/libmate-panel-applet-private/mate-panel-applet-container.c b/mate-panel/libmate-panel-applet-private/mate-panel-applet-container.c index e99c8cf8..0ca1861b 100644 --- a/mate-panel/libmate-panel-applet-private/mate-panel-applet-container.c +++ b/mate-panel/libmate-panel-applet-private/mate-panel-applet-container.c @@ -21,7 +21,10 @@ */ #include <string.h> +#include <gtk/gtk.h> +#if GTK_CHECK_VERSION (3, 0, 0) #include <gtk/gtkx.h> +#endif #include "mate-panel-applet-container.h" #include "panel-marshal.h" |