diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-10-26 09:23:37 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-10-26 09:25:50 +0100 |
commit | 12ad53ec6706f42c11a02366b7be9d2bf014c3bd (patch) | |
tree | cbd3dc77c6f98dbe410e91e5258368a01f2a8a87 /vcl/unx | |
parent | 2998604bda2ade9e2935d2dae7e539cbc71211f2 (diff) |
fix android build post feature/gtk3
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/plugadapt/salplug.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/plugadapt/salplug.cxx b/vcl/unx/generic/plugadapt/salplug.cxx index d707760eb5df..90f0d3eb52dc 100644 --- a/vcl/unx/generic/plugadapt/salplug.cxx +++ b/vcl/unx/generic/plugadapt/salplug.cxx @@ -35,7 +35,7 @@ #include "rtl/ustrbuf.hxx" #include "salinst.hxx" -#include "unx/saldata.hxx" +#include "generic/gendata.hxx" #include "unx/desktops.hxx" #include "vcl/printerinfomanager.hxx" |