summaryrefslogtreecommitdiff
path: root/elf/dl-writev.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-writev.h')
-rw-r--r--elf/dl-writev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-writev.h b/elf/dl-writev.h
index 3e6d2f4975..0c8c787cc9 100644
--- a/elf/dl-writev.h
+++ b/elf/dl-writev.h
@@ -1,5 +1,5 @@
/* Message-writing for the dynamic linker. Generic version.
- Copyright (C) 2013-2015 Free Software Foundation, Inc.
+ Copyright (C) 2013-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -18,7 +18,7 @@
#include <sys/uio.h>
#include <ldsodefs.h>
-#include <bits/libc-lock.h>
+#include <libc-lock.h>
/* This is used from only one place: dl-misc.c:_dl_debug_vdprintf.
Hence it's in a header with the expectation it will be inlined.