summaryrefslogtreecommitdiffstats
path: root/usr.bin/yes
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2002-11-09 21:00:39 +0000
committerdwmalone <dwmalone@FreeBSD.org>2002-11-09 21:00:39 +0000
commit619c6ab9fc1fe3c3b41e1401e11210692b226388 (patch)
treebf7af7fae8d71457f79a99dcea698c52ea957a6c /usr.bin/yes
parent6adba48a65757942ebebfa78d9d4db3d90795a4d (diff)
downloadFreeBSD-src-619c6ab9fc1fe3c3b41e1401e11210692b226388.zip
FreeBSD-src-619c6ab9fc1fe3c3b41e1401e11210692b226388.tar.gz
#include <err.h> to make yes warns clean again.
Diffstat (limited to 'usr.bin/yes')
-rw-r--r--usr.bin/yes/yes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/yes/yes.c b/usr.bin/yes/yes.c
index 73716e2..aae13b9 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
OpenPOWER on IntegriCloud