diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/rpc/auth_des.h | 1 | ||||
-rw-r--r-- | sunrpc/rpc/xdr.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sunrpc/rpc/auth_des.h b/sunrpc/rpc/auth_des.h index 21d40cc569..ce90bd45a6 100644 --- a/sunrpc/rpc/auth_des.h +++ b/sunrpc/rpc/auth_des.h @@ -18,6 +18,7 @@ #ifndef _RPC_AUTH_DES_H #define _RPC_AUTH_DES_H 1 +#include <stdint.h> #include <sys/cdefs.h> #include <rpc/auth.h> diff --git a/sunrpc/rpc/xdr.h b/sunrpc/rpc/xdr.h index 4e31eb5fe2..63020bba3d 100644 --- a/sunrpc/rpc/xdr.h +++ b/sunrpc/rpc/xdr.h @@ -40,6 +40,7 @@ /* We need FILE. */ #include <stdio.h> +#include <stdint.h> __BEGIN_DECLS |