diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-03-22 10:14:38 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-03-22 10:14:38 +0000 |
commit | 57d3e290cc3e8ae8268e9731bcde51e6793cb4d1 (patch) | |
tree | 4b89dbe18ccbc8a51bc0b78ad90876adc85299aa /desktop/unx/source/args.c | |
parent | 014efb9efc585331e28da5a456f582f5beebeea3 (diff) |
fix misc. Mac build problems anyway
Diffstat (limited to 'desktop/unx/source/args.c')
-rw-r--r-- | desktop/unx/source/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/args.c b/desktop/unx/source/args.c index 639aacd765cf..c3b4cb6fd6fd 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> |