Преглед изворни кода

glibc fix
Author: jgg
Date: 1999-02-08 07:54:58 GMT
glibc fix

Arch Librarian пре 22 година
родитељ
комит
43981212ff
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      cmdline/apt-cache.cc

+ 3 - 2
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;