From c8ca0ce1e16444e632d1e7cda0b787cd4b2b2db5 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:03:38 +0000 Subject: * Add #include to cmdline/apt-get.cc. Thi... Author: mdz Date: 2003-09-10 19:28:55 GMT * Add #include to cmdline/apt-get.cc. This apparently gets pulled in by something else with recent g++ and/or glibc, but is required when building on, e.g., stable --- cmdline/apt-get.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmdline/apt-get.cc') diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 328d5dc87..b74bdbc4a 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-get.cc,v 1.140 2003/08/22 02:46:09 mdz Exp $ +// $Id: apt-get.cc,v 1.141 2003/09/10 19:28:55 mdz Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -46,6 +46,7 @@ #include "acqprogress.h" #include +#include #include #include #include -- cgit v1.2.3