* libc/stdio/open_memstream.c (stdint.h): Include.

This commit is contained in:
Kevin Buettner 2009-02-25 04:00:05 +00:00
parent 99fe2b7866
commit 56eafaf6e3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-02-24 Kevin Buettner <kevinb@redhat.com>
* libc/stdio/open_memstream.c (stdint.h): Include.
2009-02-23 Craig Howland <howland@LGSInnovations.com>
* libc/unix/ttyname.c: Remove ttyname_r() (to a new file to avoid

View File

@ -66,6 +66,7 @@ Supporting OS subroutines required: <<sbrk>>.
#include <errno.h>
#include <string.h>
#include <sys/lock.h>
#include <stdint.h>
#include "local.h"
#ifndef __LARGE64_FILES