diff options
author | Chris Toshok <toshok@src.gnome.org> | 1998-07-05 02:49:47 +0000 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 1998-07-05 02:49:47 +0000 |
commit | b4fcec2e4fe9d35beabb693b8f6baa5819e80e95 (patch) | |
tree | 245e89b58f7673cef43bcda1427d615cefba2fc2 /support | |
parent | b869e94f6a590776716c2ef16fa594d568067f01 (diff) | |
download | shared-mime-info-b4fcec2e4fe9d35beabb693b8f6baa5819e80e95.tar.gz |
don't include malloc.h on freebsd.
svn path=/trunk/; revision=270
Diffstat (limited to 'support')
-rw-r--r-- | support/argp-help.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/argp-help.c b/support/argp-help.c index 39d294fb..69b8a5ee 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 _ |