This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: malloc decl for gconv_trans.c


OK?

2000-07-15  Greg McGary  <greg@mcgary.org>

	* iconv/gconv_trans.c: Add #include <stdlib.h> to get malloc decl.

Index: iconv/gconv_trans.c
===================================================================
RCS file: /cvs/glibc/libc/iconv/gconv_trans.c,v
retrieving revision 1.8
diff -u -p -r1.8 gconv_trans.c
--- gconv_trans.c	2000/07/01 00:00:13	1.8
+++ gconv_trans.c	2000/07/16 05:35:27
@@ -23,6 +23,7 @@
 #include <search.h>
 #include <stdint.h>
 #include <string.h>
+#include <stdlib.h>
 
 #include <bits/libc-lock.h>
 #include "gconv_int.h"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]