summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/inttypes/imaxabs.c1
-rw-r--r--src/inttypes/imaxdiv.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/inttypes/imaxabs.c b/src/inttypes/imaxabs.c
index 4f820239..7d6be923 100644
--- a/src/inttypes/imaxabs.c
+++ b/src/inttypes/imaxabs.c
@@ -1,3 +1,4 @@
+#include "stddef.h"
#include <inttypes.h>
intmax_t imaxabs(intmax_t j)
diff --git a/src/inttypes/imaxdiv.c b/src/inttypes/imaxdiv.c
index 043cee45..b8344e5a 100644
--- a/src/inttypes/imaxdiv.c
+++ b/src/inttypes/imaxdiv.c
@@ -1,3 +1,4 @@
+#include "stddef.h"
#include <inttypes.h>
imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom)