diff options
Diffstat (limited to 'sunrpc/rpc_thread.c')
-rw-r--r-- | sunrpc/rpc_thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/rpc_thread.c b/sunrpc/rpc_thread.c index 5910ea7710..2b93db40fc 100644 --- a/sunrpc/rpc_thread.c +++ b/sunrpc/rpc_thread.c @@ -1,9 +1,9 @@ #include <stdio.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <rpc/rpc.h> #include <assert.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <libc-tsd.h> #ifdef _RPC_THREAD_SAFE_ |