* libc/stdio/open_memstream.c (stdint.h): Include.
This commit is contained in:
parent
99fe2b7866
commit
56eafaf6e3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue