]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-02-02 Alfred M. Szmidt <ams@gnu.org>
authorRoland McGrath <roland@gnu.org>
Tue, 1 Mar 2005 20:57:17 +0000 (20:57 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 1 Mar 2005 20:57:17 +0000 (20:57 +0000)
[BZ #765]
* libio/fmemopen.c: Include <stdint.h>.

libio/fmemopen.c

index c22cba1ec40aa338cc6d2fa172561649c057c37b..7c8769a130892826ddccfb3d001c553828af04ca 100644 (file)
@@ -1,5 +1,5 @@
 /* Fmemopen implementation.
-   Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by  Hanno Mueller, kontakt@hanno.de, 2000.
 
@@ -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"