Add #include <err.h>.

This commit is contained in:
Alexander Langer 1996-06-19 01:49:01 +00:00
parent 3e4742ef6a
commit b7a8c0221f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16497

View File

@ -44,6 +44,7 @@ static char sccsid[] = "@(#)dmesg.c 8.1 (Berkeley) 6/5/93";
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <sys/msgbuf.h> #include <sys/msgbuf.h>
#include <err.h>
#include <fcntl.h> #include <fcntl.h>
#include <kvm.h> #include <kvm.h>
#include <limits.h> #include <limits.h>