diff options
Diffstat (limited to 'sunrpc/create_xid.c')
-rw-r--r-- | sunrpc/create_xid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/create_xid.c b/sunrpc/create_xid.c index 65182eec88..2f784824da 100644 --- a/sunrpc/create_xid.c +++ b/sunrpc/create_xid.c @@ -19,7 +19,7 @@ #include <unistd.h> #include <stdlib.h> #include <sys/time.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <rpc/rpc.h> /* The RPC code is not threadsafe, but new code should be threadsafe. */ |