diff options
Diffstat (limited to 'rdate.c')
-rw-r--r-- | rdate.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ | |||
31 | #include <netdb.h> | 31 | #include <netdb.h> |
32 | #include <stdio.h> | 32 | #include <stdio.h> |
33 | #include <getopt.h> | 33 | #include <getopt.h> |
34 | #include <stdlib.h> | ||
35 | #include <unistd.h> | ||
34 | 36 | ||
35 | 37 | ||
36 | static const int RFC_868_BIAS = 2208988800UL; | 38 | static const int RFC_868_BIAS = 2208988800UL; |