summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2011-05-20 17:03:23 +0000
committerpluknet <pluknet@FreeBSD.org>2011-05-20 17:03:23 +0000
commitc1ec237ee6379a790d16a8e0388b04c06f9d210a (patch)
tree7c8e7d2972066c248b1ff030e982add3f31f5011 /usr.bin
parent7c8c16870e0b0f954f43f3414bd6d1693366b989 (diff)
downloadFreeBSD-src-c1ec237ee6379a790d16a8e0388b04c06f9d210a.zip
FreeBSD-src-c1ec237ee6379a790d16a8e0388b04c06f9d210a.tar.gz
Add missing header file.
MFC after: 1 week
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/top/machine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c
index bd0f7d8..f98f64e 100644
--- a/usr.bin/top/machine.c
+++ b/usr.bin/top/machine.c
@@ -35,6 +35,7 @@
#include <sys/user.h>
#include <sys/vmmeter.h>
+#include <err.h>
#include <kvm.h>
#include <math.h>
#include <nlist.h>
OpenPOWER on IntegriCloud