diff options
author | Eric Andersen | 2001-01-26 02:04:49 +0000 |
---|---|---|
committer | Eric Andersen | 2001-01-26 02:04:49 +0000 |
commit | dff9d54e32a713d34af85e75c05412ce25478f46 (patch) | |
tree | 4b0804b2a703e5fae838ca89cc3167fc801905e2 | |
parent | 5307eca7de2caf1d4efb8ee3e802a69a1a076376 (diff) | |
download | busybox-dff9d54e32a713d34af85e75c05412ce25478f46.zip busybox-dff9d54e32a713d34af85e75c05412ce25478f46.tar.gz |
Add errno.h
-rw-r--r-- | networking/wget.c | 3 | ||||
-rw-r--r-- | wget.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/networking/wget.c b/networking/wget.c index 4194353..2c38cb0 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -16,6 +16,7 @@ #include "busybox.h" #include <stdio.h> +#include <errno.h> #include <stdlib.h> #include <unistd.h> #include <ctype.h> @@ -520,7 +521,7 @@ progressmeter(int flag) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: wget.c,v 1.21 2001/01/24 20:28:35 andersen Exp $ + * $Id: wget.c,v 1.22 2001/01/26 02:04:49 andersen Exp $ */ @@ -16,6 +16,7 @@ #include "busybox.h" #include <stdio.h> +#include <errno.h> #include <stdlib.h> #include <unistd.h> #include <ctype.h> @@ -520,7 +521,7 @@ progressmeter(int flag) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: wget.c,v 1.21 2001/01/24 20:28:35 andersen Exp $ + * $Id: wget.c,v 1.22 2001/01/26 02:04:49 andersen Exp $ */ |