Marc-Andre Lemburg <mal@lemburg.com>:

A previous patch by Jack Jansen was accidently reverted.
This commit is contained in:
Marc-André Lemburg 2000-06-30 14:58:20 +00:00
parent ed2bf9c880
commit d49e5b4667
1 changed files with 1 additions and 1 deletions

View 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>