diff options
Diffstat (limited to 'usr.bin/w')
-rw-r--r-- | usr.bin/w/proc_compare.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/w/proc_compare.c b/usr.bin/w/proc_compare.c index a03ef9e84bb..4952157fad9 100644 --- a/usr.bin/w/proc_compare.c +++ b/usr.bin/w/proc_compare.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proc_compare.c,v 1.12 2011/04/10 03:20:59 guenther Exp $ */ +/* $OpenBSD: proc_compare.c,v 1.13 2012/12/18 21:28:45 millert Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -30,8 +30,9 @@ */ #include <sys/param.h> -#include <sys/time.h> +#include <sys/proc.h> #include <sys/sysctl.h> +#include <sys/time.h> #include "extern.h" |