[Libreoffice-commits] .: desktop/unx

Michael Meeks michael at kemper.freedesktop.org
Tue Mar 22 03:15:21 PDT 2011


 desktop/unx/source/args.c  |    2 +-
 desktop/unx/source/start.c |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 754e9c5d871c03e18678383bc388ce47a19c7261
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Tue Mar 22 10:14:38 2011 +0000

    fix misc. Mac build problems anyway

diff --git a/desktop/unx/source/args.c b/desktop/unx/source/args.c
index 639aacd..c3b4cb6 100644
--- a/desktop/unx/source/args.c
+++ b/desktop/unx/source/args.c
@@ -29,7 +29,7 @@
  * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
  * instead of those above.
  */
-#include <malloc.h>
+#include <stdlib.h>
 #include <string.h>
 #include <osl/process.h>
 
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index 3b5f480..2e67e6c 100755
--- a/desktop/unx/source/start.c
+++ b/desktop/unx/source/start.c
@@ -38,6 +38,7 @@
 #include <fcntl.h>
 #include <stdio.h>
 #include <libgen.h>
+#include <string.h>
 
 #include <osl/nlsupport.h>
 #include <osl/process.h>


More information about the Libreoffice-commits mailing list