diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:30 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:30 +0000 |
commit | cdcc6d34b0256aa5efe159351bb24b2e28ed143b (patch) | |
tree | 3623032519608d66e048c9108af410abd7410baa /methods/gzip.cc | |
parent | ed3dc989ebabe915888de3ffd83cbe5be0f99444 (diff) |
Moved strutl.h
Author: jgg
Date: 1999-01-27 02:48:52 GMT
Moved strutl.h
Diffstat (limited to 'methods/gzip.cc')
-rw-r--r-- | methods/gzip.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/methods/gzip.cc b/methods/gzip.cc index 908407b81..b9808b30e 100644 --- a/methods/gzip.cc +++ b/methods/gzip.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: gzip.cc,v 1.6 1998/11/11 06:54:19 jgg Exp $ +// $Id: gzip.cc,v 1.7 1999/01/27 02:48:53 jgg Exp $ /* ###################################################################### GZip method - Take a file URI in and decompress it into the target @@ -12,7 +12,7 @@ #include <apt-pkg/fileutl.h> #include <apt-pkg/error.h> #include <apt-pkg/acquire-method.h> -#include <strutl.h> +#include <apt-pkg/strutl.h> #include <sys/stat.h> #include <unistd.h> |