summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-worker.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:30 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:30 +0000
commitcdcc6d34b0256aa5efe159351bb24b2e28ed143b (patch)
tree3623032519608d66e048c9108af410abd7410baa /apt-pkg/acquire-worker.cc
parented3dc989ebabe915888de3ffd83cbe5be0f99444 (diff)
Moved strutl.h
Author: jgg Date: 1999-01-27 02:48:52 GMT Moved strutl.h
Diffstat (limited to 'apt-pkg/acquire-worker.cc')
-rw-r--r--apt-pkg/acquire-worker.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/acquire-worker.cc b/apt-pkg/acquire-worker.cc
index d6ed38d4a..1ac6e8528 100644
--- a/apt-pkg/acquire-worker.cc
+++ b/apt-pkg/acquire-worker.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: acquire-worker.cc,v 1.17 1999/01/20 05:11:25 jgg Exp $
+// $Id: acquire-worker.cc,v 1.18 1999/01/27 02:48:52 jgg Exp $
/* ######################################################################
Acquire Worker
@@ -20,7 +20,7 @@
#include <apt-pkg/configuration.h>
#include <apt-pkg/error.h>
#include <apt-pkg/fileutl.h>
-#include <strutl.h>
+#include <apt-pkg/strutl.h>
#include <sys/stat.h>
#include <unistd.h>