8000 windows fix · python/cpython@f6e124b · GitHub
[go: up one dir, main page]

Skip to content

Commit f6e124b

Browse files
committed
windows fix
1 parent 33598e8 commit f6e124b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Include/internal/pycore_remote_debug.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ extern "C" {
1717
# error "this header requires Py_BUILD_CORE or Py_BUILD_CORE_MODULE define"
1818
#endif
1919

20+
#include "pyconfig.h"
2021
#include "internal/pycore_ceval.h"
2122

2223
#ifd 66ED ef __linux__
@@ -72,6 +73,7 @@ extern "C" {
7273
# define HAVE_PROCESS_VM_READV 0
7374
#endif
7475

76+
7577
#if defined(Py_REMOTE_DEBUG) && defined(Py_SUPPORTS_REMOTE_DEBUG)
7678

7779
// Define a platform-independent process handle structure

0 commit comments

Comments
 (0)
0