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 | ||||
-rw-r--r-- | shadow/shadow.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/shadow/fgetspent.c b/shadow/fgetspent.c index bd54c7e595..902c95eb04 100644 --- a/shadow/fgetspent.c +++ b/shadow/fgetspent.c @@ -17,7 +17,7 @@ Boston, MA 02111-1307, USA. */ #include <errno.h> -#include <libc-lock.h> +#include <bits/libc-lock.h> #include <shadow.h> #include <stdlib.h> diff --git a/shadow/lckpwdf.c b/shadow/lckpwdf.c index ffe157e119..885ac54bf6 100644 --- a/shadow/lckpwdf.c +++ b/shadow/lckpwdf.c @@ -19,7 +19,7 @@ Boston, MA 02111-1307, USA. */ #include <fcntl.h> -#include <libc-lock.h> +#include <bits/libc-lock.h> #include <shadow.h> #include <signal.h> #include <string.h> diff --git a/shadow/sgetspent.c b/shadow/sgetspent.c index ecfe01ed1d..f6818aa6c4 100644 --- a/shadow/sgetspent.c +++ b/shadow/sgetspent.c @@ -17,7 +17,7 @@ Boston, MA 02111-1307, USA. */ #include <errno.h> -#include <libc-lock.h> +#include <bits/libc-lock.h> #include <shadow.h> #include <stdlib.h> diff --git a/shadow/shadow.h b/shadow/shadow.h index 2bd52d8fbf..d32d440c0a 100644 --- a/shadow/shadow.h +++ b/shadow/shadow.h @@ -19,8 +19,8 @@ /* Declaration of types and functions for shadow password suite. */ #ifndef _SHADOW_H - #define _SHADOW_H 1 + #include <features.h> #include <paths.h> |