commit | 4f1cd8bdcbd20bb0acdbe9e240f28c09dd38370f | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Jul 26 13:41:06 2001 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Jul 26 13:41:06 2001 +0000 |
tree | 06e19685ad77879ee4df995bf669235489786995 | |
parent | 4eb5940a4d350d250ab4af08a8b5b6e553e1814d [diff] [blame] |
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
diff --git a/Python/thread.c b/Python/thread.c index b5d99ef..0b0316a 100644 --- a/Python/thread.c +++ b/Python/thread.c
@@ -5,7 +5,7 @@ which is included by this file dependent on config settings. Stuff shared by all thread_*.h files is collected here. */ -#include "config.h" +#include "pyconfig.h" /* config.h may or may not define DL_IMPORT */ #ifndef DL_IMPORT /* declarations for DLL import/export */