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 191c2d4..12fecd0 100644 --- a/include/grp.h +++ b/include/grp.h @@ -1,14 +1,16 @@ #ifndef __CONFIG_GRP_H #define __CONFIG_GRP_H -#if defined USE_SYSTEM_PWD_GRP -#include <grp.h> +#if !defined CONFIG_USE_BB_PWD_GRP +#include_next <grp.h> + #else #include <sys/types.h> #include <features.h> #include <stdio.h> + /* The group structure */ struct group { |