From: Arch Librarian Date: Mon, 20 Sep 2004 16:53:08 +0000 (+0000) Subject: Included errno X-Git-Tag: 0.7.24ubuntu1~1436 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/524f81050735892fdd29051cc1c27daa8f472223 Included errno Author: jgg Date: 1999-03-16 07:28:45 GMT Included errno --- 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 /*{{{*/