diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/getdate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/time/getdate.c b/time/getdate.c index a1fb7be21d..26e3f487bb 100644 --- a/time/getdate.c +++ b/time/getdate.c @@ -21,6 +21,7 @@ #include <stdio.h> #include <stdio_ext.h> #include <stdlib.h> +#include <stdbool.h> #include <string.h> #include <time.h> #include <unistd.h> |