diff options
Diffstat (limited to 'apt-pkg/contrib/strutl.cc')
-rw-r--r-- | apt-pkg/contrib/strutl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/contrib/strutl.cc b/apt-pkg/contrib/strutl.cc index 8bbc6174d..a6eaeaa79 100644 --- a/apt-pkg/contrib/strutl.cc +++ b/apt-pkg/contrib/strutl.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: strutl.cc,v 1.22 1999/03/16 00:43:55 jgg Exp $ +// $Id: strutl.cc,v 1.23 1999/03/16 07:27:17 jgg Exp $ /* ###################################################################### String Util - Some usefull string functions. @@ -20,7 +20,7 @@ #endif #include <apt-pkg/strutl.h> -#include <apt-pkg//fileutl.h> +#include <apt-pkg/fileutl.h> #include <ctype.h> #include <string.h> |