diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-24 11:32:31 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-25 05:11:29 -0400 |
| commit | e470cf361fb190863341c8859eccf9edda6d122c (patch) | |
| tree | 1c21c32a54b06a7fcfcb339771d7f183ba004d5b /lib/include/zig.h | |
| parent | ab468d57e3af5d158dfbe0229cc451ce62dd80dc (diff) | |
| download | zig-e470cf361fb190863341c8859eccf9edda6d122c.tar.gz zig-e470cf361fb190863341c8859eccf9edda6d122c.zip | |
cbe: update test cases
Diffstat (limited to 'lib/include/zig.h')
| -rw-r--r-- | lib/include/zig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/zig.h b/lib/include/zig.h index 4ac6537188..0d9e1ab3c2 100644 --- a/lib/include/zig.h +++ b/lib/include/zig.h @@ -3,6 +3,7 @@ #define __STDC_WANT_IEC_60559_TYPES_EXT__ #include <float.h> #include <limits.h> +#include <stddef.h> #include <stdint.h> #if defined(__has_builtin) |
