mirror of https://github.com/mirror/busybox.git
scripts/echo.c: resolve implicit declaration of function 'dup2'
Signed-off-by: Nicolas Hüppelshäuser <nicolas.hueppelshaeuser@emlix.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_31_stable
parent
4a6748662a
commit
b096ce0fdd
|
@ -27,6 +27,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define WANT_HEX_ESCAPES 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue