diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-03-16 01:01:22 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-03-16 01:01:56 +0100 |
commit | a2423c6822f6a099c9822996d92deceebe63cf6e (patch) | |
tree | 94de78ae18753847e6d856ff4fe9c7f971b91ddf /vcl/unx | |
parent | 33b4c9938ddcf5555b55088531cce3f2493c1459 (diff) |
Fix build
Change-Id: I7e0b7be9da04ff6055075b5c046f02c967bf59f2
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk/app/gtksys.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx index 48bc239fd8b7..bc06b25a1ccc 100644 --- a/vcl/unx/gtk/app/gtksys.cxx +++ b/vcl/unx/gtk/app/gtksys.cxx @@ -18,6 +18,7 @@ */ #include <string.h> +#include <gmodule.h> #include <gtk/gtk.h> #include <unx/gtk/gtkinst.hxx> #include <unx/gtk/gtksys.hxx> |