mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Include stdlib.h for exit prototype.
This commit is contained in:
parent
8824b0a1bf
commit
8a41766a85
@ -2,6 +2,7 @@
|
||||
#include <locale.h>
|
||||
#include <wchar.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/* MB_CUR_MAX multibyte ones (6 UTF+0080, in this case) */
|
||||
static const char string[] = "\
|
||||
|
Loading…
Reference in New Issue
Block a user