From b096ce0fdda0918f9248ff15838cbc31525fa823 Mon Sep 17 00:00:00 2001 From: Nicolas Hüppelshäuser Date: Tue, 5 Mar 2019 11:54:23 +0100 Subject: scripts/echo.c: resolve implicit declaration of function 'dup2' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(+) (limited to 'scripts') 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 -- cgit v1.2.3