diff options
Diffstat (limited to 'rdate.c')
-rw-r--r-- | rdate.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ | |||
28 | #include <netdb.h> | 28 | #include <netdb.h> |
29 | #include <stdio.h> | 29 | #include <stdio.h> |
30 | #include <getopt.h> | 30 | #include <getopt.h> |
31 | #include <string.h> | ||
32 | #include <time.h> | ||
31 | #include <stdlib.h> | 33 | #include <stdlib.h> |
32 | #include <unistd.h> | 34 | #include <unistd.h> |
33 | #include "busybox.h" | 35 | #include "busybox.h" |