projects
/
platform
/
upstream
/
gnome-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b869e94
)
don't include malloc.h on freebsd.
author
Chris Toshok
<toshok@src.gnome.org>
Sun, 5 Jul 1998 02:49:47 +0000
(
02:49
+0000)
committer
Chris Toshok
<toshok@src.gnome.org>
Sun, 5 Jul 1998 02:49:47 +0000
(
02:49
+0000)
svn path=/trunk/; revision=270
support/argp-help.c
patch
|
blob
|
history
diff --git
a/support/argp-help.c
b/support/argp-help.c
index
39d294f
..
69b8a5e
100644
(file)
--- a/
support/argp-help.c
+++ b/
support/argp-help.c
@@
-27,7
+27,9
@@
#include <string.h>
#include <assert.h>
#include <stdarg.h>
+#ifndef __FreeBSD__
#include <malloc.h>
+#endif
#include <ctype.h>
#ifndef _