diff options
Diffstat (limited to 'grp')
-rw-r--r-- | grp/fgetgrent.c | 2 | ||||
-rw-r--r-- | grp/grp.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/grp/fgetgrent.c b/grp/fgetgrent.c index 0b461ad5fe..24fdcd86d9 100644 --- a/grp/fgetgrent.c +++ b/grp/fgetgrent.c @@ -18,7 +18,7 @@ #include <errno.h> #include <grp.h> -#include <libc-lock.h> +#include <bits/libc-lock.h> #include <stdlib.h> @@ -21,13 +21,13 @@ */ #ifndef _GRP_H - #define _GRP_H 1 + #include <features.h> __BEGIN_DECLS -#include <gnu/types.h> +#include <bits/types.h> #define __need_size_t #include <stddef.h> |