diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2008-03-28 09:50:32 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2008-03-28 09:50:32 +0000 |
| commit | ee31b83a3ae52c32575f43dd60bbf9dbda676277 (patch) | |
| tree | d3579f170201616b3e238acc235c4af58fa15f75 /sys/rpc/svc.c | |
| parent | 96a6e6e6caebc82f7120fcbbcabc2baa4a5c1a7b (diff) | |
Notes
Diffstat (limited to 'sys/rpc/svc.c')
| -rw-r--r-- | sys/rpc/svc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpc/svc.c b/sys/rpc/svc.c index 8be980552608..d6d6d7826c49 100644 --- a/sys/rpc/svc.c +++ b/sys/rpc/svc.c @@ -58,7 +58,7 @@ __FBSDID("$FreeBSD$"); #include <rpc/rpc.h> #include <rpc/rpcb_clnt.h> -#include "rpc_com.h" +#include <rpc/rpc_com.h> #define SVC_VERSQUIET 0x0001 /* keep quiet about vers mismatch */ #define version_keepquiet(xp) ((u_long)(xp)->xp_p3 & SVC_VERSQUIET) |
