Included errno
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:08 +0000 (16:53 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:08 +0000 (16:53 +0000)
Author: jgg
Date: 1999-03-16 07:28:45 GMT
Included errno

apt-pkg/acquire.cc

index 80624f9..2212765 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: acquire.cc,v 1.29 1999/03/16 00:43:55 jgg Exp $
+// $Id: acquire.cc,v 1.30 1999/03/16 07:28:45 jgg Exp $
 /* ######################################################################
 
    Acquire - File Acquiration
@@ -25,6 +25,7 @@
 
 #include <dirent.h>
 #include <sys/time.h>
+#include <errno.h>
                                                                        /*}}}*/
 
 // Acquire::pkgAcquire - Constructor                                   /*{{{*/