From: Michael Meeuwisse Date: Tue, 23 Feb 2016 22:49:57 +0000 (+0100) Subject: explicitly include stdio.h to get EOF definition needed by wctob X-Git-Tag: v1.1.15~97 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6e694d6960d9d50a119e8660c95bf9308e609053;p=oweals%2Fmusl.git explicitly include stdio.h to get EOF definition needed by wctob --- diff --git a/src/multibyte/wctob.c b/src/multibyte/wctob.c index 4aeda6a1..b484a3fd 100644 --- a/src/multibyte/wctob.c +++ b/src/multibyte/wctob.c @@ -1,4 +1,5 @@ #include +#include #include #include "internal.h"