commit | d49e5b466731d0e68ea41655aecbe3a66b1976d9 | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Fri Jun 30 14:58:20 2000 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Fri Jun 30 14:58:20 2000 +0000 |
tree | 5b2d93c8ccef834f6654c58524430cfd17b1df18 | |
parent | ed2bf9c880c064774a02c3101b8794f6dc994f14 [diff] |
Marc-Andre Lemburg <mal@lemburg.com>: A previous patch by Jack Jansen was accidently reverted.
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 @@ #include "mymath.h" #include "unicodeobject.h" -#include <ucnhash.h> +#include "ucnhash.h" #if defined(HAVE_LIMITS_H) #include <limits.h>