diff options
Diffstat (limited to 'usr.bin/top/machine.c')
-rw-r--r-- | usr.bin/top/machine.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 44d0e1ebe3a..fc87693b614 100644 --- a/usr.bin/top/machine.c +++ b/usr.bin/top/machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machine.c,v 1.80 2014/09/17 01:56:54 dlg Exp $ */ +/* $OpenBSD: machine.c,v 1.81 2015/01/16 06:40:13 deraadt Exp $ */ /*- * Copyright (c) 1994 Thorsten Lockert <tholo@sigmasoft.com> @@ -33,8 +33,9 @@ * Patch for new swapctl(2) by Tobias Weingartner <weingart@openbsd.org> */ +#include <sys/param.h> /* DEV_BSIZE MAXCOMLEN PZERO */ #include <sys/types.h> -#include <sys/param.h> +#include <sys/signal.h> #include <sys/mount.h> #include <sys/proc.h> #include <sys/sched.h> |