diff options
| author | David Greenman <dg@FreeBSD.org> | 1996-03-11 13:00:12 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1996-03-11 13:00:12 +0000 |
| commit | 48750b4c77de3589460dea1b88bc90f52601775b (patch) | |
| tree | 7eacc63d435ceb2a193e70d91d76c09abf90ef89 | |
| parent | 0bb10c6613297679498c7d9509d5c65a305b3d3f (diff) | |
Notes
| -rw-r--r-- | usr.bin/showmount/showmount.c | 1 |
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> |
