]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/cmndline.cc
Fixed espy's bug with experimental
[apt.git] / apt-pkg / contrib / cmndline.cc
index ccacb96096c1bc1eeb401237b64cd6cdfc9c6ebd..3c3717c99f939efae1c2afb2774c359b71baaa44 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: cmndline.cc,v 1.8 1999/01/18 06:20:07 jgg Exp $
+// $Id: cmndline.cc,v 1.9 1999/01/27 02:48:52 jgg Exp $
 /* ######################################################################
 
    Command Line Class - Sophisticated command line parser
@@ -13,7 +13,7 @@
 #endif
 #include <apt-pkg/cmndline.h>
 #include <apt-pkg/error.h>
-#include <strutl.h>
+#include <apt-pkg/strutl.h>
                                                                        /*}}}*/
 
 // CommandLine::CommandLine - Constructor                              /*{{{*/