From 2571cc8bf50a9e08bc45116ee7f39de78139a6ca Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 7 Apr 1999 16:07:23 +0000 Subject: Changes by Mark Hammond for Windows CE. Mostly of the form #ifdef DONT_HAVE_header_H ... #endif around #include . --- Python/ceval.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Python/ceval.c') diff --git a/Python/ceval.c b/Python/ceval.c index ef5bced211..621839790f 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -108,7 +108,9 @@ static long dxp[256]; #ifdef WITH_THREAD +#ifndef DONT_HAVE_ERRNO_H #include +#endif #include "pythread.h" extern int _PyThread_Started; /* Flag for Py_Exit */ -- cgit v1.2.1