From 056d2ff0743dc5e09c87b2e846e5dd17ce4f20c0 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 28 Jun 2017 00:24:57 +0200 Subject: win32/select: ensure that the implementation matches the prototype The libbb.h header implicitly includes mingw.h, which has the declaration of that function. Signed-off-by: Johannes Schindelin Signed-off-by: Ron Yorston --- win32/select.c | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/select.c b/win32/select.c index a7e30182d..2c9d2d873 100644 --- a/win32/select.c +++ b/win32/select.c @@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . */ +#include "libbb.h" #include #include -- cgit v1.2.3-55-g6feb