From 524f81050735892fdd29051cc1c27daa8f472223 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:53:08 +0000 Subject: [PATCH] Included errno Author: jgg Date: 1999-03-16 07:28:45 GMT Included errno --- apt-pkg/acquire.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apt-pkg/acquire.cc b/apt-pkg/acquire.cc index 80624f9d3..221276597 100644 --- a/apt-pkg/acquire.cc +++ b/apt-pkg/acquire.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire.cc,v 1.29 1999/03/16 00:43:55 jgg Exp $ +// $Id: acquire.cc,v 1.30 1999/03/16 07:28:45 jgg Exp $ /* ###################################################################### Acquire - File Acquiration @@ -25,6 +25,7 @@ #include #include +#include /*}}}*/ // Acquire::pkgAcquire - Constructor /*{{{*/ -- 2.50.0