Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d49e5b4

Browse files
committed
Marc-Andre Lemburg <[email protected]>:
A previous patch by Jack Jansen was accidently reverted.
1 parent ed2bf9c commit d49e5b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/unicodeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Unicode Integration Proposal (see file Misc/unicode.txt).
6666

6767
#include "mymath.h"
6868
#include "unicodeobject.h"
69-
#include <ucnhash.h>
69+
#include "ucnhash.h"
7070

7171
#if defined(HAVE_LIMITS_H)
7272
#include <limits.h>

0 commit comments

Comments
 (0)