diff options
Diffstat (limited to 'time/clocktest.c')
-rw-r--r-- | time/clocktest.c | 1 |
1 files changed, 1 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; |