diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-11 17:00:38 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-11 17:00:38 -0600 |
commit | add2520e49da79357b7759d65f7c0863d88669b3 (patch) | |
tree | 90806fe6a03774ce65b0fd1269037452763994d2 /inc | |
parent | 78bd8c4a95049fcd738156a6244635c822044915 (diff) | |
download | cmath-add2520e49da79357b7759d65f7c0863d88669b3.tar.gz cmath-add2520e49da79357b7759d65f7c0863d88669b3.zip |
bug fixes and fix compilation on gcc
Diffstat (limited to 'inc')
-rw-r--r-- | inc/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/types.h b/inc/types.h index 6df04c2..95ab96d 100644 --- a/inc/types.h +++ b/inc/types.h @@ -1,5 +1,5 @@ #include "macros.h" -#include <stddef.h> +#include <stdint.h> #ifndef TYPES_H #define TYPES_H |