diff options
| author | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2019-06-09 22:55:21 +0000 |
|---|---|---|
| committer | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2019-06-09 22:55:21 +0000 |
| commit | c851fce6d779e8340609d7e2364829c61cbcb1ef (patch) | |
| tree | 884c0cb918fc098ffb8dc3ae62fc63c325afd229 /usr.bin/tail/misc.c | |
| parent | 39d51a9400bf3ff4776d5ef5a7525566216144ac (diff) | |
Notes
Diffstat (limited to 'usr.bin/tail/misc.c')
| -rw-r--r-- | usr.bin/tail/misc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c index 137a38829b477..537cf00ccfe3b 100644 --- a/usr.bin/tail/misc.c +++ b/usr.bin/tail/misc.c @@ -51,6 +51,9 @@ static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #include <string.h> #include <unistd.h> +#include <libcasper.h> +#include <casper/cap_fileargs.h> + #include "extern.h" void |
