summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-07-26 13:41:06 +0000
committerMartin v. Löwis <martin@v.loewis.de>2001-07-26 13:41:06 +0000
commit2d4aed331180692591c07be104fc7d5d474ca1fd (patch)
tree2eb97b91aaa9e80456b887e058c17cd9e8b4b58a /Python/thread.c
parent9a4a0d2f205e49c4324abee643bb84928333d3a1 (diff)
downloadcpython-2d4aed331180692591c07be104fc7d5d474ca1fd.tar.gz
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c
index b5d99ef4bd..0b0316a060 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 */