vcl/source/gdi/metaact.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 67f60dd1168117332d50efdd9302425ca429c981 Author: Tor Lillqvist <t...@collabora.com> Date: Wed Jun 4 15:14:34 2014 +0300
Include <stdio.h> for the sprintf in meta_action_name() Change-Id: Ice2955533888e400561b3d18e0a59314e0a16d95 diff --git a/vcl/source/gdi/metaact.cxx b/vcl/source/gdi/metaact.cxx index 30fab31..0158a6d 100644 --- a/vcl/source/gdi/metaact.cxx +++ b/vcl/source/gdi/metaact.cxx @@ -18,6 +18,7 @@ */ #include <algorithm> +#include <stdio.h> #include <string.h> #include <osl/thread.h> #include <tools/stream.hxx> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits