diff options
Diffstat (limited to 'include/grp.h')
-rw-r--r-- | include/grp.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/grp.h b/include/grp.h index 191c2d4e5..12fecd02e 100644 --- a/include/grp.h +++ b/include/grp.h | |||
@@ -1,14 +1,16 @@ | |||
1 | #ifndef __CONFIG_GRP_H | 1 | #ifndef __CONFIG_GRP_H |
2 | #define __CONFIG_GRP_H | 2 | #define __CONFIG_GRP_H |
3 | 3 | ||
4 | #if defined USE_SYSTEM_PWD_GRP | 4 | #if !defined CONFIG_USE_BB_PWD_GRP |
5 | #include <grp.h> | 5 | #include_next <grp.h> |
6 | |||
6 | #else | 7 | #else |
7 | 8 | ||
8 | #include <sys/types.h> | 9 | #include <sys/types.h> |
9 | #include <features.h> | 10 | #include <features.h> |
10 | #include <stdio.h> | 11 | #include <stdio.h> |
11 | 12 | ||
13 | |||
12 | /* The group structure */ | 14 | /* The group structure */ |
13 | struct group | 15 | struct group |
14 | { | 16 | { |