diff options
Diffstat (limited to 'coreutils/date.c')
-rw-r--r-- | coreutils/date.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/date.c b/coreutils/date.c index e0f0f3129..571a55625 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -31,6 +31,7 @@ | |||
31 | #include <unistd.h> | 31 | #include <unistd.h> |
32 | #include <time.h> | 32 | #include <time.h> |
33 | #include <stdio.h> | 33 | #include <stdio.h> |
34 | #include <getopt.h> | ||
34 | 35 | ||
35 | 36 | ||
36 | /* This 'date' command supports only 2 time setting formats, | 37 | /* This 'date' command supports only 2 time setting formats, |