diff options
Diffstat (limited to 'usr.bin/tar/getdate.c')
-rw-r--r-- | usr.bin/tar/getdate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/tar/getdate.c b/usr.bin/tar/getdate.c index effac4e..8df1e26 100644 --- a/usr.bin/tar/getdate.c +++ b/usr.bin/tar/getdate.c @@ -33,6 +33,8 @@ __FBSDID("$FreeBSD$"); #endif #include <ctype.h> +#include <stdio.h> +#include <stdlib.h> #include <string.h> #include <time.h> |