diff options
Diffstat (limited to 'usr.bin/systat/swap.c')
-rw-r--r-- | usr.bin/systat/swap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c index dca29b508bf1..43df8eb8aa1e 100644 --- a/usr.bin/systat/swap.c +++ b/usr.bin/systat/swap.c @@ -53,6 +53,7 @@ static const char sccsid[] = "@(#)swap.c 8.3 (Berkeley) 4/29/95"; #include <stdlib.h> #include <unistd.h> #include <string.h> +#include <err.h> #include "systat.h" #include "extern.h" |