summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-10-11 17:00:38 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-10-11 17:00:38 -0600
commitadd2520e49da79357b7759d65f7c0863d88669b3 (patch)
tree90806fe6a03774ce65b0fd1269037452763994d2 /inc
parent78bd8c4a95049fcd738156a6244635c822044915 (diff)
downloadcmath-add2520e49da79357b7759d65f7c0863d88669b3.tar.gz
cmath-add2520e49da79357b7759d65f7c0863d88669b3.zip
bug fixes and fix compilation on gcc
Diffstat (limited to 'inc')
-rw-r--r--inc/types.h2
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