summaryrefslogtreecommitdiffstats
path: root/include/grp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grp.h')
-rw-r--r--include/grp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grp.h b/include/grp.h
index 07a4e45..8ac0371 100644
--- a/include/grp.h
+++ b/include/grp.h
@@ -43,6 +43,7 @@
#define _GRP_H_
#include <sys/cdefs.h>
+#include <machine/ansi.h>
#ifndef _POSIX_SOURCE
#define _PATH_GROUP "/etc/group"
@@ -50,7 +51,7 @@
#ifndef _GID_T_DECLARED
#define _GID_T_DECLARED
-typedef u_int32_t gid_t;
+typedef __uint32_t gid_t;
#endif
struct group {
OpenPOWER on IntegriCloud