summaryrefslogtreecommitdiff
path: root/python/string.cc
diff options
context:
space:
mode:
Diffstat (limited to 'python/string.cc')
-rw-r--r--python/string.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/string.cc b/python/string.cc
index 5ad7fddb..16adc8cd 100644
--- a/python/string.cc
+++ b/python/string.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: string.cc,v 1.2 2001/02/23 05:46:02 jgg Exp $
+// $Id: string.cc,v 1.3 2002/01/08 06:53:04 jgg Exp $
/* ######################################################################
string - Mappings for the string functions that are worthwile for
@@ -14,7 +14,7 @@
#include <apt-pkg/strutl.h>
-#include <python/Python.h>
+#include <Python.h>
/*}}}*/
// Templated function /*{{{*/