summaryrefslogtreecommitdiff
path: root/login/utmpname.c
diff options
context:
space:
mode:
Diffstat (limited to 'login/utmpname.c')
-rw-r--r--login/utmpname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/login/utmpname.c b/login/utmpname.c
index b387edb1da..96e65902a4 100644
--- a/login/utmpname.c
+++ b/login/utmpname.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
@@ -16,7 +16,7 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
-#include <bits/libc-lock.h>
+#include <libc-lock.h>
#include <stdlib.h>
#include <string.h>
#include <utmp.h>