Include systat.h for cmdtab, to make gcc4 happy.

This commit is contained in:
Xin LI 2005-05-02 10:50:10 +00:00
parent d2b67fd0e8
commit add62273c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145800

View File

@ -55,6 +55,7 @@ __FBSDID("$FreeBSD$");
#include <pwd.h>
#include <stdlib.h>
#include "systat.h"
#include "extern.h"
int compar(const void *, const void *);