summaryrefslogtreecommitdiffstats
path: root/include/grp.h
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
committereivind <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
commit379be4bd6976e0978a3a320598eacd98708ee1f2 (patch)
tree7257f42f700a2e7b01b98d56a31940970b0d54ef /include/grp.h
parent173bd2da2e16e77a80909cbb1d6a34c497014e8d (diff)
downloadFreeBSD-src-379be4bd6976e0978a3a320598eacd98708ee1f2.zip
FreeBSD-src-379be4bd6976e0978a3a320598eacd98708ee1f2.tar.gz
Make a lot of include-files self-contained. I excluded the patches changing
int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange <proff@iq.org>
Diffstat (limited to 'include/grp.h')
-rw-r--r--include/grp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grp.h b/include/grp.h
index 9e5654a..1c06ece 100644
--- a/include/grp.h
+++ b/include/grp.h
@@ -41,6 +41,8 @@
#ifndef _GRP_H_
#define _GRP_H_
+#include <sys/types.h>
+
#ifndef _POSIX_SOURCE
#define _PATH_GROUP "/etc/group"
#endif
OpenPOWER on IntegriCloud