]> git.saurik.com Git - apt.git/commitdiff
glibc fix
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:52:48 +0000 (16:52 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:52:48 +0000 (16:52 +0000)
Author: jgg
Date: 1999-02-08 07:54:58 GMT
glibc fix

cmdline/apt-cache.cc

index cf1240bc6b422e181fe9039a9431b987d69e3175..26d96c86011340381f85c6afe888e83c33d44a77 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
 // -*- 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
 /* ######################################################################
    
    apt-cache - Manages the cache files
 #include <apt-pkg/sourcelist.h>
 #include <apt-pkg/cmndline.h>
 #include <apt-pkg/strutl.h>
 #include <apt-pkg/sourcelist.h>
 #include <apt-pkg/cmndline.h>
 #include <apt-pkg/strutl.h>
+#include <config.h>
 
 #include <iostream.h>
 
 #include <iostream.h>
-#include <config.h>
+#include <errno.h>
                                                                        /*}}}*/
 
 pkgCache *GCache = 0;
                                                                        /*}}}*/
 
 pkgCache *GCache = 0;