diff options
| author | Aetias <aetias@outlook.com> | 2025-01-19 11:58:47 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-01-19 11:58:47 +0100 |
| commit | e1d2f0b168ebd698d7a69dbb53fe15cc7fa548aa (patch) | |
| tree | 39ed851e8cb3ff62d0293454dd37a8bc3a56ce38 /include/types.h | |
| parent | 4c60dda140335d6322411c6ef62a2dc0b85a3018 (diff) | |
Move ov000 documentation from Ghidra
Diffstat (limited to 'include/types.h')
| -rw-r--r-- | include/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h index 0dd5ecf5..03e8352f 100644 --- a/include/types.h +++ b/include/types.h @@ -1,6 +1,8 @@ #ifndef PH_TYPES_H
#define PH_TYPES_H
+#include <stddef.h>
+
typedef unsigned long long u64;
typedef unsigned int u32;
typedef unsigned short u16;
|
