diff options
author | Guido van Rossum <guido@python.org> | 1998-10-01 20:42:43 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-10-01 20:42:43 (GMT) |
commit | 49b560698b0bba848c4f8325803a26a4477fb12d (patch) | |
tree | 5d7499463ec66fd0ecbe4608be20eda0d60e6395 /Modules/socketmodule.c | |
parent | c456d36bdeb07253b87028bcdd657cf40696db31 (diff) | |
download | cpython-49b560698b0bba848c4f8325803a26a4477fb12d.zip cpython-49b560698b0bba848c4f8325803a26a4477fb12d.tar.gz cpython-49b560698b0bba848c4f8325803a26a4477fb12d.tar.bz2 |
Renamed thread.h to pythread.h.
Diffstat (limited to 'Modules/socketmodule.c')
-rw-r--r-- | Modules/socketmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index f9b4fcd..e195389 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -87,7 +87,7 @@ Socket methods: #include "Python.h" #if defined(WITH_THREAD) && !defined(HAVE_GETHOSTBYNAME_R) && !defined(MS_WINDOWS) -#include "thread.h" +#include "pythread.h" #endif #ifdef HAVE_UNISTD_H |