summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1996-06-19 01:49:01 +0000
committeralex <alex@FreeBSD.org>1996-06-19 01:49:01 +0000
commit2eab68c044c4314ba8a06a53e5a48791c2b403d5 (patch)
tree430288e97fc97f19ca385b57b97256c78e848ba9 /sbin
parent46e71994206fa82c9012bf72d4d45e8a10dd319c (diff)
downloadFreeBSD-src-2eab68c044c4314ba8a06a53e5a48791c2b403d5.zip
FreeBSD-src-2eab68c044c4314ba8a06a53e5a48791c2b403d5.tar.gz
Add #include <err.h>.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dmesg/dmesg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c
index 4b6bdb6..8cb4f69 100644
--- a/sbin/dmesg/dmesg.c
+++ b/sbin/dmesg/dmesg.c
@@ -44,6 +44,7 @@ static char sccsid[] = "@(#)dmesg.c 8.1 (Berkeley) 6/5/93";
#include <sys/cdefs.h>
#include <sys/msgbuf.h>
+#include <err.h>
#include <fcntl.h>
#include <kvm.h>
#include <limits.h>
OpenPOWER on IntegriCloud