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 7a64c4c..697177d 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c @@ -27,6 +27,7 @@ #include "internal.h" #include <stdio.h> +#include <stdarg.h> #include <assert.h> #include <errno.h> #include <sys/types.h> |