Include <sys/types.h>, so that it's self-contained.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Sep 2003 19:31:20 +0000 (19:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Sep 2003 19:31:20 +0000 (19:31 +0000)
lib/group-member.h

index cc00333..9671745 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef GROUP_MEMBER_H_
 # define GROUP_MEMBER_H_ 1
 
+# include <sys/types.h>
+
 int group_member (gid_t);
 
 #endif /* GROUP_MEMBER_H_ */