diff options
Diffstat (limited to 'shadow')
-rw-r--r-- | shadow/fgetspent.c | 2 | ||||
-rw-r--r-- | shadow/lckpwdf.c | 2 | ||||
-rw-r--r-- | shadow/sgetspent.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/shadow/fgetspent.c b/shadow/fgetspent.c index 38977ea..b439024 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 e435471..90d48bd 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 f16ff19..762dcb5 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> |