summaryrefslogtreecommitdiff
path: root/pwd/fgetpwent.c
diff options
context:
space:
mode:
Diffstat (limited to 'pwd/fgetpwent.c')
-rw-r--r--pwd/fgetpwent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pwd/fgetpwent.c b/pwd/fgetpwent.c
index d869ee25b1..811b008738 100644
--- a/pwd/fgetpwent.c
+++ b/pwd/fgetpwent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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
@@ -16,7 +16,7 @@
<http://www.gnu.org/licenses/>. */
#include <errno.h>
-#include <bits/libc-lock.h>
+#include <libc-lock.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>