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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libio/fmemopen.c


libio/fmemopen.c uses uintptr_t which is defined in stdint.h.

2005-01-20  Alfred M. Szmidt  <ams@gnu.org>

	* libio/fmemopen.c: Include <stdint.h>

Index: libio/fmemopen.c
===================================================================
RCS file: /cvsroot/libc/libc/libio/fmemopen.c,v
retrieving revision 1.10
diff -u -r1.10 fmemopen.c
--- libio/fmemopen.c	6 Jan 2005 02:07:53 -0000	1.10
+++ libio/fmemopen.c	2 Feb 2005 19:28:09 -0000
@@ -71,6 +71,7 @@
 #include <libio.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <string.h>
 #include <sys/types.h>
 #include "libioP.h"


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