Files
2023-01-07 18:45:39 -08:00

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>