diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-04-18 16:56:55 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-04-18 16:56:55 +0000 |
| commit | 32462e82fb0f0db99a6b3f5c9e449b677d510762 (patch) | |
| tree | c4efaeabee0f7cd57cafa7b08c2e0febd8453921 /usr.bin/tail | |
| parent | 766908761fdb90a02efb700b1aafc819105be8bf (diff) | |
Notes
Diffstat (limited to 'usr.bin/tail')
| -rw-r--r-- | usr.bin/tail/forward.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index 80cd1859bc56..5fff64f2affd 100644 --- a/usr.bin/tail/forward.c +++ b/usr.bin/tail/forward.c @@ -44,8 +44,8 @@ static char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93"; #include <sys/stat.h> #include <sys/time.h> #include <sys/mman.h> +#include <sys/event.h> -#include <event.h> #include <limits.h> #include <fcntl.h> #include <errno.h> |
