aboutsummaryrefslogtreecommitdiff
path: root/tail.c
diff options
context:
space:
mode:
Diffstat (limited to 'tail.c')
-rw-r--r--tail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tail.c b/tail.c
index 7a64c4ca3..697177dc7 100644
--- a/tail.c
+++ b/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>