summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1996-03-11 13:00:12 +0000
committerDavid Greenman <dg@FreeBSD.org>1996-03-11 13:00:12 +0000
commit48750b4c77de3589460dea1b88bc90f52601775b (patch)
tree7eacc63d435ceb2a193e70d91d76c09abf90ef89
parent0bb10c6613297679498c7d9509d5c65a305b3d3f (diff)
Notes
-rw-r--r--usr.bin/showmount/showmount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c
index 8cb342d6f169..62898d208b2c 100644
--- a/usr.bin/showmount/showmount.c
+++ b/usr.bin/showmount/showmount.c
@@ -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>