PATCH: malloc decl for gconv_trans.c

Greg McGary greg@mcgary.org
Sat Jul 15 22:42:00 GMT 2000


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"


More information about the Libc-hacker mailing list