diff options
Diffstat (limited to 'usr.bin/rpcgen/rpc_hout.c')
-rw-r--r-- | usr.bin/rpcgen/rpc_hout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c index fb25e52..c4f089e 100644 --- a/usr.bin/rpcgen/rpc_hout.c +++ b/usr.bin/rpcgen/rpc_hout.c @@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$"); #include <stdio.h> #include <ctype.h> #include "rpc_parse.h" +#include "rpc_scan.h" #include "rpc_util.h" void storexdrfuncdecl( char *, int ); |