Include queue.h in preparation of struct socket changes.

This commit is contained in:
David Greenman 1996-03-11 13:00:12 +00:00
parent 0bb10c6613
commit 48750b4c77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14542

View File

@ -45,6 +45,7 @@ static char sccsid[] = "@(#)showmount.c 8.1 (Berkeley) 6/6/93";
#endif not lint
#include <sys/types.h>
#include <sys/queue.h>
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/socketvar.h>