[Libreoffice-commits] .: vcl/unx
Michael Meeks
michael at kemper.freedesktop.org
Wed Oct 26 12:40:48 PDT 2011
vcl/unx/gtk/app/gtksys.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 812d16f4b61fb2494834f0546bcb840a7b242394
Author: Michael Meeks <michael.meeks at suse.com>
Date: Wed Oct 26 20:41:13 2011 +0100
gtk3: add missing gmodule include
diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx
index 0d1299a..b752cce 100644
--- a/vcl/unx/gtk/app/gtksys.cxx
+++ b/vcl/unx/gtk/app/gtksys.cxx
@@ -28,6 +28,7 @@
* instead of those above.
*/
#include <string.h>
+#include <gmodule.h>
#include <gtk/gtk.h>
#include <unx/gtk/gtkinst.hxx>
#include <unx/gtk/gtksys.hxx>
More information about the Libreoffice-commits
mailing list