[Libreoffice-commits] .: vcl/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 22 23:54:56 PST 2012
vcl/inc/unx/gtk/gtksalmenu.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 444dc2255a824d392f46fe00a2bac6b60bf2d227
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Fri Nov 23 08:51:08 2012 +0100
Include gio headers only when gio is enabled
Change-Id: I04058cd7bc96b1380d0ac85b6090073810996210
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx
index cdd29f9..fc0632f 100644
--- a/vcl/inc/unx/gtk/gtksalmenu.hxx
+++ b/vcl/inc/unx/gtk/gtksalmenu.hxx
@@ -11,7 +11,9 @@
#define GTKSALMENU_HXX
#include <vector>
+#ifdef ENABLE_GIO
#include <gio/gio.h>
+#endif
#include <unx/salmenu.h>
#include <unx/gtk/gtkframe.hxx>
More information about the Libreoffice-commits
mailing list