summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-10-26 20:41:13 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-26 20:41:13 +0100
commit812d16f4b61fb2494834f0546bcb840a7b242394 (patch)
tree63a11d358ecaee67732ab6619eca5be87216a431 /vcl
parent90067e8007227b7f1e555a878088d81c117fee56 (diff)
gtk3: add missing gmodule include
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk/app/gtksys.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx
index 0d1299a452e2..b752cce84891 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>