diff options
author | admin <contact@optics-design.com> | 2025-05-24 17:38:59 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-24 17:38:59 +0200 |
commit | f9e1e76011236f05d6e2c3b62e2ae2969c64f808 (patch) | |
tree | 0e790dc70598c414de9a9b9a9492b498b345ca39 /include/tolmacdef.h | |
parent | 337a53667a8f3327e30f69d3df589d7b5eb91b9d (diff) |
Adjusted files for cross-compilation on Linux
Diffstat (limited to 'include/tolmacdef.h')
-rw-r--r-- | include/tolmacdef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tolmacdef.h b/include/tolmacdef.h index d8a5543..b1d6bc0 100644 --- a/include/tolmacdef.h +++ b/include/tolmacdef.h @@ -16,6 +16,7 @@ #include <stdint.h>
#include <uchar.h>
#include <time.h>
+#include <stddef.h>
/* Type definitions for consistent sizing across platforms. Idea taken from https://nullprogram.com/blog/2023/10/08/ (archive link: ) */
typedef uint8_t u8;
typedef char16_t c16;
|