[Libreoffice-commits] core.git: vcl/source

Tor Lillqvist tml at collabora.com
Wed Jun 4 05:15:18 PDT 2014


 vcl/source/gdi/metaact.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 67f60dd1168117332d50efdd9302425ca429c981
Author: Tor Lillqvist <tml at 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>


More information about the Libreoffice-commits mailing list