From ffdfd52f158cb06ea5ec39c9507bd10225a468ef Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 26 Jan 2001 02:04:49 +0000 Subject: Add errno.h git-svn-id: svn://busybox.net/trunk/busybox@1678 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- networking/wget.c | 3 ++- wget.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/networking/wget.c b/networking/wget.c index 419435362..2c38cb08e 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -16,6 +16,7 @@ #include "busybox.h" #include +#include #include #include #include @@ -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 $ */ diff --git a/wget.c b/wget.c index 419435362..2c38cb08e 100644 --- a/wget.c +++ b/wget.c @@ -16,6 +16,7 @@ #include "busybox.h" #include +#include #include #include #include @@ -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 $ */ -- cgit v1.2.3-55-g6feb