]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.cc
Minor fixes
[apt.git] / apt-pkg / contrib / fileutl.cc
index 6baafcfcfbf6d3084f84d7168cca812ce7433c43..f34d839e3f0072e5f2e5fc900a9d7888e0b91d04 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: fileutl.cc,v 1.18 1999/02/03 23:13:37 jgg Exp $
+// $Id: fileutl.cc,v 1.19 1999/02/08 07:30:50 jgg Exp $
 /* ######################################################################
    
    File Utilities
@@ -24,6 +24,7 @@
 #include <sys/stat.h>
 #include <sys/fcntl.h>
 #include <sys/types.h>
+#include <errno.h>
                                                                        /*}}}*/
 
 // CopyFile - Buffered copy of a file                                  /*{{{*/