about summary refs log tree commit diff
path: root/time
diff options
context:
space:
mode:
Diffstat (limited to 'time')
-rw-r--r--time/clocktest.c1
-rw-r--r--time/tst-posixtz.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/time/clocktest.c b/time/clocktest.c
index 13b7420e2e..779c05d8d9 100644
--- a/time/clocktest.c
+++ b/time/clocktest.c
@@ -3,6 +3,7 @@
 #include <stdlib.h>
 #include <time.h>
 #include <unistd.h>
+#include <stdint.h>
 
 volatile int gotit = 0;
 
diff --git a/time/tst-posixtz.c b/time/tst-posixtz.c
index 16aa19d654..9bec7ae4bb 100644
--- a/time/tst-posixtz.c
+++ b/time/tst-posixtz.c
@@ -2,6 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>
+#include <stdint.h>
 
 struct
 {