sw/source/core/crsr/crsrsh.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 1f39925c4cafc52009f4505fd3e4b6843f6e7944 Author: Caolán McNamara <caol...@redhat.com> Date: Fri Apr 12 15:11:17 2013 +0100
fix build, "touch" headers only on !HAVE_FEATURE_DESKTOP platforms Change-Id: Ie0a40b5aaf26185546916843a913d4be47f7b6fb diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx index fe0e61f..15aa218 100644 --- a/sw/source/core/crsr/crsrsh.cxx +++ b/sw/source/core/crsr/crsrsh.cxx @@ -64,7 +64,9 @@ #include <comcore.hrc> +#if !HAVE_FEATURE_DESKTOP #include <touch/touch.h> +#endif using namespace com::sun::star; using namespace util;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits