diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:47 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:47 +0000 |
commit | 65a1e968442361247b646dc61843f841235114e0 (patch) | |
tree | 733c37e21376beceac7537511cf78d7160ac2892 /apt-pkg/contrib | |
parent | be5dbaf215aa054bdc8a5cab67e5ce429215b7aa (diff) |
Minor fixes
Author: jgg
Date: 1999-02-08 07:30:49 GMT
Minor fixes
Diffstat (limited to 'apt-pkg/contrib')
-rw-r--r-- | apt-pkg/contrib/fileutl.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/contrib/fileutl.cc b/apt-pkg/contrib/fileutl.cc index 6baafcfcf..f34d839e3 100644 --- a/apt-pkg/contrib/fileutl.cc +++ b/apt-pkg/contrib/fileutl.cc @@ -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 /*{{{*/ |