diff options
Diffstat (limited to 'sunrpc/rpc')
-rw-r--r-- | sunrpc/rpc/types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sunrpc/rpc/types.h b/sunrpc/rpc/types.h index 1f620eff8f..032543f448 100644 --- a/sunrpc/rpc/types.h +++ b/sunrpc/rpc/types.h @@ -52,6 +52,9 @@ extern char *malloc(); #include <sys/types.h> #endif #include <sys/time.h> +#include <sys/param.h> + +#include <netinet/in.h> #ifndef INADDR_LOOPBACK #define INADDR_LOOPBACK (u_long)0x7F000001 |