diff options
Diffstat (limited to 'sunrpc/auth_none.c')
-rw-r--r-- | sunrpc/auth_none.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/auth_none.c b/sunrpc/auth_none.c index 3af5966794..3f8d52bafb 100644 --- a/sunrpc/auth_none.c +++ b/sunrpc/auth_none.c @@ -35,7 +35,7 @@ */ #include <rpc/rpc.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #define MAX_MARSHAL_SIZE 20 |