bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] group-member.h is not self-contained


From: Paul Eggert
Subject: [Bug-gnulib] group-member.h is not self-contained
Date: 09 Sep 2003 12:34:24 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

One can't include <group-member.h> first, since it uses gid_t without
defining it, so I installed the following patch.

2003-09-09  Paul Eggert  <address@hidden>

        * group-member.h: Include <sys/types.h>, so that this file is
        self-contained.

--- group-member.h.~1.7.~       Tue Jun 17 22:52:19 2003
+++ group-member.h      Mon Sep  8 14:53:26 2003
@@ -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_ */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]