From d49e5b466731d0e68ea41655aecbe3a66b1976d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Fri, 30 Jun 2000 14:58:20 +0000 Subject: Marc-Andre Lemburg : A previous patch by Jack Jansen was accidently reverted. --- Objects/unicodeobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include "ucnhash.h" #if defined(HAVE_LIMITS_H) #include -- cgit v0.12