You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
62db0b8b5f
fixes build on newer systems closes: https://trac.macports.org/ticket/66545
11 lines
261 B
Diff
11 lines
261 B
Diff
--- src/cpu_darwin.c.orig 2023-01-07 18:25:59
|
|
+++ src/cpu_darwin.c 2023-01-07 18:29:54
|
|
@@ -18,6 +18,7 @@
|
|
#include <string.h>
|
|
#include "cpu.h"
|
|
|
|
+#include <mach/mach_host.h>
|
|
#include <mach/host_info.h>
|
|
#include <mach/mach_types.h>
|
|
#include <mach/message.h>
|