From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:48 +0000 (+0000) Subject: Fixed glibc2.1 compile X-Git-Tag: 0.7.24ubuntu1~1476 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/cdb970c74216a19194380ad657f44332c4aae5a3?ds=inline Fixed glibc2.1 compile Author: jgg Date: 1999-02-11 00:03:07 GMT Fixed glibc2.1 compile --- diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index 26d96c860..502c29378 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-cache.cc,v 1.24 1999/02/08 07:54:58 jgg Exp $ +// $Id: apt-cache.cc,v 1.25 1999/02/11 00:03:07 jgg Exp $ /* ###################################################################### apt-cache - Manages the cache files @@ -26,6 +26,7 @@ #include #include +#include #include /*}}}*/