2004-09-24 Jeff Johnston <jjohnstn@redhat.com>

* libc/stdio/local.h: Include <stdlib.h>.
This commit is contained in:
Jeff Johnston
2004-09-24 16:03:46 +00:00
parent ab6b0b2f12
commit 2a6e122363
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <reent.h>
#include <stdarg.h>
#include <reent.h>
#include <stdlib.h>
#include <unistd.h>
extern int _EXFUN(__svfscanf_r,(struct _reent *,FILE *, _CONST char *,va_list));