Skip to content

Commit 233e4d5

Browse files
committed
Added #include <stdint.h>
1 parent e396296 commit 233e4d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/MachOKitC/include/core_foundation.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
// MachOKit
44
//
55
// Created by p-x9 on 2025/02/01
6-
//
6+
//
77
//
88

99
#ifndef core_foundation_h
1010
#define core_foundation_h
1111

12+
#include <stdint.h>
13+
1214
// ref: https://github.com/apple-oss-distributions/CF/blob/dc54c6bb1c1e5e0b9486c1d26dd5bef110b20bf3/CFRuntime.h#L222-L228
1315
typedef struct __CFRuntimeBase64 {
1416
uint64_t _cfisa;

0 commit comments

Comments
 (0)