mirror of git://git.musl-libc.org/musl
explicitly include stdio.h to get EOF definition needed by wctob
This commit is contained in:
parent
6d70c08a2c
commit
6e694d6960
|
@ -1,4 +1,5 @@
|
|||
#include <wchar.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "internal.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue