explicitly include stdio.h to get EOF definition needed by wctob

This commit is contained in:
Michael Meeuwisse 2016-02-23 23:49:57 +01:00 committed by Rich Felker
parent 6d70c08a2c
commit 6e694d6960
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <wchar.h>
#include <stdio.h>
#include <stdlib.h>
#include "internal.h"