From: Matt Kraai Date: Mon, 29 Jan 2001 18:41:12 +0000 (-0000) Subject: Fix missing header file. X-Git-Tag: 0_50~286 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ceade5c8561dd2e046e985d1c3c457fded7e0651;p=oweals%2Fbusybox.git Fix missing header file. --- diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index ed2088e4e..9fd952c31 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c @@ -24,6 +24,7 @@ #include "busybox.h" #include +#include int dos2unix_main( int argc, char **argv ) { int c; diff --git a/dos2unix.c b/dos2unix.c index ed2088e4e..9fd952c31 100644 --- a/dos2unix.c +++ b/dos2unix.c @@ -24,6 +24,7 @@ #include "busybox.h" #include +#include int dos2unix_main( int argc, char **argv ) { int c;