summaryrefslogtreecommitdiff
path: root/shadow
diff options
context:
space:
mode:
Diffstat (limited to 'shadow')
-rw-r--r--shadow/fgetspent.c2
-rw-r--r--shadow/lckpwdf.c2
-rw-r--r--shadow/sgetspent.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/shadow/fgetspent.c b/shadow/fgetspent.c
index 38977ea853..b439024909 100644
--- a/shadow/fgetspent.c
+++ b/shadow/fgetspent.c
@@ -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>
diff --git a/shadow/lckpwdf.c b/shadow/lckpwdf.c
index e435471564..90d48bd100 100644
--- a/shadow/lckpwdf.c
+++ b/shadow/lckpwdf.c
@@ -18,7 +18,7 @@
<http://www.gnu.org/licenses/>. */
#include <fcntl.h>
-#include <bits/libc-lock.h>
+#include <libc-lock.h>
#include <shadow.h>
#include <signal.h>
#include <string.h>
diff --git a/shadow/sgetspent.c b/shadow/sgetspent.c
index f16ff19a59..762dcb5959 100644
--- a/shadow/sgetspent.c
+++ b/shadow/sgetspent.c
@@ -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 <stdlib.h>