summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>1998-07-05 02:49:47 +0000
committerChris Toshok <toshok@src.gnome.org>1998-07-05 02:49:47 +0000
commitb4fcec2e4fe9d35beabb693b8f6baa5819e80e95 (patch)
tree245e89b58f7673cef43bcda1427d615cefba2fc2
parentb869e94f6a590776716c2ef16fa594d568067f01 (diff)
downloadgnome-common-b4fcec2e4fe9d35beabb693b8f6baa5819e80e95.tar.gz
don't include malloc.h on freebsd.
svn path=/trunk/; revision=270
-rw-r--r--support/argp-help.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/argp-help.c b/support/argp-help.c
index 39d294f..69b8a5e 100644
--- 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 _