diff options
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r-- | coreutils/tail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c index 7a64c4ca3..697177dc7 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include "internal.h" | 27 | #include "internal.h" |
28 | 28 | ||
29 | #include <stdio.h> | 29 | #include <stdio.h> |
30 | #include <stdarg.h> | ||
30 | #include <assert.h> | 31 | #include <assert.h> |
31 | #include <errno.h> | 32 | #include <errno.h> |
32 | #include <sys/types.h> | 33 | #include <sys/types.h> |