mirror of git://sourceware.org/git/glibc.git
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