diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:48 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:48 +0000 |
commit | 43981212ff994ce2d51bf3038b8057ab1b417619 (patch) | |
tree | e8fb324631288c52b6e0720f866d1bc444ec0f43 | |
parent | 65a1e968442361247b646dc61843f841235114e0 (diff) |
glibc fix
Author: jgg
Date: 1999-02-08 07:54:58 GMT
glibc fix
-rw-r--r-- | cmdline/apt-cache.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index cf1240bc6..26d96c860 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.23 1999/01/30 02:12:53 jgg Exp $ +// $Id: apt-cache.cc,v 1.24 1999/02/08 07:54:58 jgg Exp $ /* ###################################################################### apt-cache - Manages the cache files @@ -23,9 +23,10 @@ #include <apt-pkg/sourcelist.h> #include <apt-pkg/cmndline.h> #include <apt-pkg/strutl.h> +#include <config.h> #include <iostream.h> -#include <config.h> +#include <errno.h> /*}}}*/ pkgCache *GCache = 0; |