summaryrefslogtreecommitdiff
path: root/shadow/fgetspent.c
diff options
context:
space:
mode:
Diffstat (limited to 'shadow/fgetspent.c')
-rw-r--r--shadow/fgetspent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shadow/fgetspent.c b/shadow/fgetspent.c
index 38977ea853..0e0f86c9e7 100644
--- a/shadow/fgetspent.c
+++ b/shadow/fgetspent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1996-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 <shadow.h>
#include <stdio.h>
#include <stdlib.h>