diff options
| -rw-r--r-- | usr.sbin/pstat/pstat.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index c00fc89539db..03945a789856 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -53,6 +53,8 @@ static const char rcsid[] =  #include <sys/file.h>  #include <ufs/ufs/quota.h>  #include <ufs/ufs/inode.h> +#include <net/radix.h> +#include <sys/socket.h>  #include <sys/mount.h>  #include <sys/uio.h>  #include <sys/namei.h> | 
