]> granicus.if.org Git - python/commitdiff
Marc-Andre Lemburg <mal@lemburg.com>:
authorMarc-André Lemburg <mal@egenix.com>
Fri, 30 Jun 2000 14:58:20 +0000 (14:58 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 30 Jun 2000 14:58:20 +0000 (14:58 +0000)
A previous patch by Jack Jansen was accidently reverted.

Objects/unicodeobject.c

index dad004a5a1a21981b03bac2e1f4416fe75e8c862..b4096a045f48167fd4ca3b8d72575c301bdb321a 100644 (file)
@@ -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>