]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <sys/types.h>, so that this file is self-contained.
authorJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 09:32:52 +0000 (09:32 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 09:32:52 +0000 (09:32 +0000)
lib/group-member.h
lib/makepath.h

index cc00333e61cedf549324564e140da2bd119faad5..9671745093d7a90f9175408423f08675e88bce9e 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_ */
index 487dba615ef7d2e5f2dd231b7dce8f6a65360f5f..7c1bea8f47ee74ce315b89e4c7c4f5cf6b102667 100644 (file)
@@ -19,6 +19,8 @@
 
 /* Written by David MacKenzie <djm@gnu.ai.mit.edu> and Jim Meyering.  */
 
+#include <sys/types.h>
+
 int make_path (const char *_argpath,
               int _mode,
               int _parent_mode,