diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2002-11-09 21:00:39 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2002-11-09 21:00:39 +0000 |
| commit | f41b3be72e453977d97130c0ac8dd5a42b545f99 (patch) | |
| tree | bf7af7fae8d71457f79a99dcea698c52ea957a6c | |
| parent | a3f8cf2bbd88d331772a2d769945b8225248df42 (diff) | |
Notes
| -rw-r--r-- | usr.bin/yes/yes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/yes/yes.c b/usr.bin/yes/yes.c index 73716e23cd99..aae13b9a09b5 100644 --- a/usr.bin/yes/yes.c +++ b/usr.bin/yes/yes.c @@ -45,6 +45,7 @@ static const char rcsid[] = "$FreeBSD$"; #endif #endif /* not lint */ +#include <err.h> #include <stdio.h> int |
