From b096ce0fdda0918f9248ff15838cbc31525fa823 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20H=C3=BCppelsh=C3=A4user?= Date: Tue, 5 Mar 2019 11:54:23 +0100 Subject: [PATCH] scripts/echo.c: resolve implicit declaration of function 'dup2' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolas Hüppelshäuser Signed-off-by: Denys Vlasenko --- scripts/echo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/echo.c b/scripts/echo.c index 8c6b409d3..7474ccdd4 100644 --- a/scripts/echo.c +++ b/scripts/echo.c @@ -27,6 +27,7 @@ #include #include #include +#include #define WANT_HEX_ESCAPES 1 -- 2.25.1