diff options
Diffstat (limited to 'apt-inst/extract.cc')
-rw-r--r-- | apt-inst/extract.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-inst/extract.cc b/apt-inst/extract.cc index 5c5ad55b2..d184a5e9d 100644 --- a/apt-inst/extract.cc +++ b/apt-inst/extract.cc @@ -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"; |