diff options
Diffstat (limited to 'sunrpc/authdes_prot.c')
-rw-r--r-- | sunrpc/authdes_prot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/authdes_prot.c b/sunrpc/authdes_prot.c index 164c122..93b7cfc 100644 --- a/sunrpc/authdes_prot.c +++ b/sunrpc/authdes_prot.c @@ -36,6 +36,7 @@ #include <rpc/xdr.h> #include <rpc/auth.h> #include <rpc/auth_des.h> +#include <shlib-compat.h> #define ATTEMPT(xdr_op) if (!(xdr_op)) return (FALSE) |