libgnome/support/argp-help.c patch
- From: Josh Sled <jsled scam XCF Berkeley EDU>
- To: gnome-list gnome org
- Subject: libgnome/support/argp-help.c patch
- Date: Tue, 05 May 1998 01:17:40 -0700
...jsled
ChangeLog entry: see previous post.
Patch:
--- argp-help.c 1998/03/07 03:14:58 1.3
+++ argp-help.c 1998/05/05 07:47:34
@@ -27,7 +27,9 @@
#include <string.h>
#include <assert.h>
#include <stdarg.h>
-#include <malloc.h>
+#ifndef __FreeBSD__
+#include <malloc.h> // stdlib.h needs to be included in place, inc. above.
+#endif
#include <ctype.h>
#ifndef _
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]