svn commit: r222136 - head/usr.bin/top

Sergey Kandaurov pluknet at FreeBSD.org
Fri May 20 17:03:24 UTC 2011


Author: pluknet
Date: Fri May 20 17:03:23 2011
New Revision: 222136
URL: http://svn.freebsd.org/changeset/base/222136

Log:
  Add missing header file.
  
  MFC after:	1 week

Modified:
  head/usr.bin/top/machine.c

Modified: head/usr.bin/top/machine.c
==============================================================================
--- head/usr.bin/top/machine.c	Fri May 20 17:01:22 2011	(r222135)
+++ head/usr.bin/top/machine.c	Fri May 20 17:03:23 2011	(r222136)
@@ -35,6 +35,7 @@
 #include <sys/user.h>
 #include <sys/vmmeter.h>
 
+#include <err.h>
 #include <kvm.h>
 #include <math.h>
 #include <nlist.h>


More information about the svn-src-all mailing list