We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e396296 commit 233e4d5Copy full SHA for 233e4d5
Sources/MachOKitC/include/core_foundation.h
@@ -3,12 +3,14 @@
3
// MachOKit
4
//
5
// Created by p-x9 on 2025/02/01
6
-//
+//
7
8
9
#ifndef core_foundation_h
10
#define core_foundation_h
11
12
+#include <stdint.h>
13
+
14
// ref: https://github.com/apple-oss-distributions/CF/blob/dc54c6bb1c1e5e0b9486c1d26dd5bef110b20bf3/CFRuntime.h#L222-L228
15
typedef struct __CFRuntimeBase64 {
16
uint64_t _cfisa;
0 commit comments