diff options
author | sos <sos@FreeBSD.org> | 1998-05-17 09:37:39 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-05-17 09:37:39 +0000 |
commit | 12211e2fa72e1a384d08e7c40d9d255d0e596635 (patch) | |
tree | a440f5b29e2c3d413a7394ed464a7cb20605a309 /sys/miscfs | |
parent | e8a137bc32966c8dae0c5b61af86afc27acb77d4 (diff) | |
download | FreeBSD-src-12211e2fa72e1a384d08e7c40d9d255d0e596635.zip FreeBSD-src-12211e2fa72e1a384d08e7c40d9d255d0e596635.tar.gz |
Cleanup after Garret, include unpch.h to get at various macros..
Diffstat (limited to 'sys/miscfs')
-rw-r--r-- | sys/miscfs/portal/portal_vnops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/portal/portal_vnops.c b/sys/miscfs/portal/portal_vnops.c index 93a223f..12cd6b1 100644 --- a/sys/miscfs/portal/portal_vnops.c +++ b/sys/miscfs/portal/portal_vnops.c @@ -35,7 +35,7 @@ * * @(#)portal_vnops.c 8.14 (Berkeley) 5/21/95 * - * $Id: portal_vnops.c,v 1.29 1997/11/06 19:29:38 phk Exp $ + * $Id: portal_vnops.c,v 1.30 1998/03/26 20:52:31 phk Exp $ */ /* @@ -60,6 +60,7 @@ #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/un.h> +#include <sys/unpcb.h> #include <miscfs/portal/portal.h> static int portal_fileid = PORTAL_ROOTFILEID+1; |