summaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-01-29 18:41:12 +0000
committerMatt Kraai <kraai@debian.org>2001-01-29 18:41:12 +0000
commitceade5c8561dd2e046e985d1c3c457fded7e0651 (patch)
tree8e06a7e9eb02671c4135a76766f2867b867c9dbb /coreutils
parent8ec10a9483f937743cba51124b30540c9613fca8 (diff)
downloadbusybox-w32-ceade5c8561dd2e046e985d1c3c457fded7e0651.tar.gz
busybox-w32-ceade5c8561dd2e046e985d1c3c457fded7e0651.tar.bz2
busybox-w32-ceade5c8561dd2e046e985d1c3c457fded7e0651.zip
Fix missing header file.
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/dos2unix.c1
1 files changed, 1 insertions, 0 deletions
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 @@
24 24
25#include "busybox.h" 25#include "busybox.h"
26#include <stdio.h> 26#include <stdio.h>
27#include <stdlib.h>
27 28
28int dos2unix_main( int argc, char **argv ) { 29int dos2unix_main( int argc, char **argv ) {
29 int c; 30 int c;