diff options
Diffstat (limited to 'pwd')
-rw-r--r-- | pwd/fgetpwent.c | 2 | ||||
-rw-r--r-- | pwd/pwd.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pwd/fgetpwent.c b/pwd/fgetpwent.c index 63f62fcf6d..0b5a16941f 100644 --- a/pwd/fgetpwent.c +++ b/pwd/fgetpwent.c @@ -17,7 +17,7 @@ Boston, MA 02111-1307, USA. */ #include <errno.h> -#include <libc-lock.h> +#include <bits/libc-lock.h> #include <pwd.h> #include <stdlib.h> @@ -21,13 +21,13 @@ */ #ifndef _PWD_H - #define _PWD_H 1 + #include <features.h> __BEGIN_DECLS -#include <gnu/types.h> +#include <bits/types.h> #define __need_size_t #include <stddef.h> |