libio/fmemopen.c
Alfred M. Szmidt
ams@kemisten.nu
Wed Feb 2 19:34:00 GMT 2005
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"
More information about the Libc-alpha
mailing list