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

This commit is contained in:
Michael Meeuwisse
2016-03-02 00:44:56 -05:00
committed by Rich Felker
parent 6d70c08a2c
commit 6e694d6960
+1
View File
@@ -1,4 +1,5 @@
#include <wchar.h>
#include <stdio.h>
#include <stdlib.h>
#include "internal.h"