mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Include stdlib.h for exit prototype.
This commit is contained in:
@ -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[] = "\
|
||||
|
Reference in New Issue
Block a user