summaryrefslogtreecommitdiff
path: root/sunrpc/create_xid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/create_xid.c')
-rw-r--r--sunrpc/create_xid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/create_xid.c b/sunrpc/create_xid.c
index 65182eec88..7c79235b71 100644
--- a/sunrpc/create_xid.c
+++ b/sunrpc/create_xid.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 1998-2015 Free Software Foundation, Inc.
+/* Copyright (c) 1998-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.
@@ -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. */