From 6e694d6960d9d50a119e8660c95bf9308e609053 Mon Sep 17 00:00:00 2001 From: Michael Meeuwisse Date: Tue, 23 Feb 2016 23:49:57 +0100 Subject: explicitly include stdio.h to get EOF definition needed by wctob --- src/multibyte/wctob.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/multibyte') 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" -- cgit v1.2.1