From a7a5e35d8a5418d9b9939f6de99367f72ded7b6d Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 26 Oct 2013 15:21:44 +0200 Subject: Fix gtkx.h include for GTK2 --- mate-panel/libmate-panel-applet-private/mate-panel-applet-container.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mate-panel/libmate-panel-applet-private/mate-panel-applet-container.c') 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 +#include +#if GTK_CHECK_VERSION (3, 0, 0) #include +#endif #include "mate-panel-applet-container.h" #include "panel-marshal.h" -- cgit v1.2.1