summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2000-06-30 14:58:20 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2000-06-30 14:58:20 (GMT)
commitd49e5b466731d0e68ea41655aecbe3a66b1976d9 (patch)
tree5b2d93c8ccef834f6654c58524430cfd17b1df18 /Objects
parented2bf9c880c064774a02c3101b8794f6dc994f14 (diff)
downloadcpython-d49e5b466731d0e68ea41655aecbe3a66b1976d9.zip
cpython-d49e5b466731d0e68ea41655aecbe3a66b1976d9.tar.gz
cpython-d49e5b466731d0e68ea41655aecbe3a66b1976d9.tar.bz2
Marc-Andre Lemburg <mal@lemburg.com>:
A previous patch by Jack Jansen was accidently reverted.
Diffstat (limited to 'Objects')
-rw-r--r--Objects/unicodeobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index dad004a..b4096a0 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -66,7 +66,7 @@ Unicode Integration Proposal (see file Misc/unicode.txt).
#include "mymath.h"
#include "unicodeobject.h"
-#include <ucnhash.h>
+#include "ucnhash.h"
#if defined(HAVE_LIMITS_H)
#include <limits.h>