projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15d3d56
)
Include <sys/types.h>, so that it's self-contained.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 9 Sep 2003 19:31:20 +0000
(19:31 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 9 Sep 2003 19:31:20 +0000
(19:31 +0000)
lib/group-member.h
patch
|
blob
|
history
diff --git
a/lib/group-member.h
b/lib/group-member.h
index cc00333e61cedf549324564e140da2bd119faad5..9671745093d7a90f9175408423f08675e88bce9e 100644
(file)
--- a/
lib/group-member.h
+++ b/
lib/group-member.h
@@
-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_ */