diff options
author | Matt Kraai | 2001-01-29 18:41:12 +0000 |
---|---|---|
committer | Matt Kraai | 2001-01-29 18:41:12 +0000 |
commit | ceade5c8561dd2e046e985d1c3c457fded7e0651 (patch) | |
tree | 8e06a7e9eb02671c4135a76766f2867b867c9dbb | |
parent | 8ec10a9483f937743cba51124b30540c9613fca8 (diff) | |
download | busybox-ceade5c8561dd2e046e985d1c3c457fded7e0651.zip busybox-ceade5c8561dd2e046e985d1c3c457fded7e0651.tar.gz |
Fix missing header file.
-rw-r--r-- | coreutils/dos2unix.c | 1 | ||||
-rw-r--r-- | dos2unix.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index ed2088e..9fd952c 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c @@ -24,6 +24,7 @@ #include "busybox.h" #include <stdio.h> +#include <stdlib.h> int dos2unix_main( int argc, char **argv ) { int c; @@ -24,6 +24,7 @@ #include "busybox.h" #include <stdio.h> +#include <stdlib.h> int dos2unix_main( int argc, char **argv ) { int c; |