From 970f40439219c4710a1ecb6934e01c0025b72e5c Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Thu, 18 Apr 2024 09:09:46 -0400 Subject: [PATCH] build fix (#16446) --- pkg/apple/JITSupport.m | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/apple/JITSupport.m b/pkg/apple/JITSupport.m index 3cf807d715..509d118702 100644 --- a/pkg/apple/JITSupport.m +++ b/pkg/apple/JITSupport.m @@ -26,6 +26,7 @@ #include #include +#include #include "../../verbosity.h" extern int csops(pid_t pid, unsigned int ops, void * useraddr, size_t usersize);