From 48750b4c77de3589460dea1b88bc90f52601775b Mon Sep 17 00:00:00 2001 From: David Greenman Date: Mon, 11 Mar 1996 13:00:12 +0000 Subject: [PATCH] Include queue.h in preparation of struct socket changes. --- usr.bin/showmount/showmount.c | 1 + 1 file changed, 1 insertion(+) 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 +#include #include #include #include