diff options
Diffstat (limited to 'grp/grp.h')
-rw-r--r-- | grp/grp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grp/grp.h b/grp/grp.h index 292bd26ec0..72b8925a8c 100644 --- a/grp/grp.h +++ b/grp/grp.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> |