From 736d7ba8a14cff73342f70b0353691470316b41f Mon Sep 17 00:00:00 2001 From: "Liam J. Foy" Date: Sun, 31 Oct 2004 21:37:12 +0000 Subject: [PATCH] Needed to add sys/types.h for previous commit. Spotted by Mr Dillon. --- include/grp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/grp.h b/include/grp.h index c07c698029..f48a063213 100644 --- a/include/grp.h +++ b/include/grp.h @@ -36,12 +36,14 @@ * SUCH DAMAGE. * * @(#)grp.h 8.2 (Berkeley) 1/21/94 - * $DragonFly: src/include/grp.h,v 1.3 2004/10/31 19:01:00 liamfoy Exp $ + * $DragonFly: src/include/grp.h,v 1.4 2004/10/31 21:37:12 liamfoy Exp $ */ #ifndef _GRP_H_ #define _GRP_H_ +#include + #ifndef _POSIX_SOURCE #define _PATH_GROUP "/etc/group" #endif -- 2.32.0