]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.cc
G++3 fixes from Randolph
[apt.git] / apt-pkg / contrib / fileutl.cc
index 97dcb82b8fb6e114be13a20414509b4af9cdf7b1..4db73c47934b72be6817351cea915a521b831509 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: fileutl.cc,v 1.38 2001/04/22 05:42:52 jgg Exp $
+// $Id: fileutl.cc,v 1.39 2001/05/07 05:30:31 jgg Exp $
 /* ######################################################################
    
    File Utilities
@@ -23,6 +23,7 @@
 
 #include <apti18n.h>
 
+#include <iostream>
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/stat.h>
@@ -33,6 +34,8 @@
 #include <errno.h>
                                                                        /*}}}*/
 
+using namespace std;
+
 // CopyFile - Buffered copy of a file                                  /*{{{*/
 // ---------------------------------------------------------------------
 /* The caller is expected to set things so that failure causes erasure */