]> git.saurik.com Git - apt.git/blobdiff - apt-inst/extract.cc
_config->Dump is now inlined, and calls Dump(clog). Du...
[apt.git] / apt-inst / extract.cc
index 5c5ad55b2b01f7bef988825877d6e345cfcd068d..d184a5e9d6ddf1114d139791e3ff3290607df15a 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: extract.cc,v 1.3 2001/05/27 23:47:14 jgg Exp $
+// $Id: extract.cc,v 1.4 2002/03/26 07:38:57 jgg Exp $
 /* ######################################################################
 
    Archive Extraction Directory Stream
@@ -56,7 +56,7 @@
 #include <unistd.h>
 #include <errno.h>
 #include <dirent.h>
-#include <iostream.h>
+#include <iostream>
                                                                        /*}}}*/
 
 static const char *TempExt = "dpkg-tmp";