diff options
author | alex <alex@FreeBSD.org> | 1996-06-19 01:49:01 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1996-06-19 01:49:01 +0000 |
commit | 2eab68c044c4314ba8a06a53e5a48791c2b403d5 (patch) | |
tree | 430288e97fc97f19ca385b57b97256c78e848ba9 /sbin/dmesg | |
parent | 46e71994206fa82c9012bf72d4d45e8a10dd319c (diff) | |
download | FreeBSD-src-2eab68c044c4314ba8a06a53e5a48791c2b403d5.zip FreeBSD-src-2eab68c044c4314ba8a06a53e5a48791c2b403d5.tar.gz |
Add #include <err.h>.
Diffstat (limited to 'sbin/dmesg')
-rw-r--r-- | sbin/dmesg/dmesg.c | 1 |
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> |