Skip to content

Commit 19cde40

Browse files
committed
fixup! Improve ReadRemoteMemory error handling on macOS
1 parent 81ae172 commit 19cde40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/remote_debug.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ extern "C" {
5454
# include <mach/mach.h>
5555
# include <mach/mach_vm.h>
5656
# include <mach/machine.h>
57+
# include <mach/task_info.h>
5758
# include <sys/mman.h>
5859
# include <sys/proc.h>
5960
# include <sys/sysctl.h>

0 commit comments

Comments
 (0)