diff options
Diffstat (limited to 'libc/inet/rpc/getrpcport.c')
-rw-r--r-- | libc/inet/rpc/getrpcport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/rpc/getrpcport.c b/libc/inet/rpc/getrpcport.c index 2c20282fe..7fd3aa631 100644 --- a/libc/inet/rpc/getrpcport.c +++ b/libc/inet/rpc/getrpcport.c @@ -38,6 +38,7 @@ #include <rpc/rpc.h> #include <netdb.h> #include <sys/socket.h> +#include <rpc/pmap_clnt.h> extern int getrpcport (const char * host, u_long prognum, u_long versnum, u_int proto) |