don't include malloc.h on freebsd.
authorChris Toshok <toshok@src.gnome.org>
Sun, 5 Jul 1998 02:49:47 +0000 (02:49 +0000)
committerChris 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

index 39d294f..69b8a5e 100644 (file)
@@ -27,7 +27,9 @@
 #include <string.h>
 #include <assert.h>
 #include <stdarg.h>
+#ifndef __FreeBSD__
 #include <malloc.h>
+#endif
 #include <ctype.h>
 
 #ifndef _