diff options
Diffstat (limited to 'python/tar.cc')
| -rw-r--r-- | python/tar.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tar.cc b/python/tar.cc index 09f6b680..40350d2c 100644 --- a/python/tar.cc +++ b/python/tar.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: tar.cc,v 1.1 2001/09/30 03:52:58 jgg Exp $ +// $Id: tar.cc,v 1.2 2002/01/08 06:53:04 jgg Exp $ /* ###################################################################### Tar Inteface @@ -15,7 +15,7 @@ #include <apt-pkg/debfile.h> #include "apt_instmodule.h" -#include <python/Python.h> +#include <Python.h> /*}}}*/ class ProcessTar : public pkgDirStream |
