diff options
Diffstat (limited to 'util-linux/rdate.c')
-rw-r--r-- | util-linux/rdate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/rdate.c b/util-linux/rdate.c index 954982ae9..0ad339be8 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.c | |||
@@ -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; |