From 403fe50cdc15da44c6523b4a31277970e50ca618 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 2 Aug 2006 18:56:34 +0000 Subject: sys/types.h is explicitly needed on Mac OS X 10.3; it shouldn't hurt on any of the other UNIXes svn path=/trunk/externals/hcs/; revision=5461 --- group.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'group.c') diff --git a/group.c b/group.c index 2fd18f7..c80cbfd 100644 --- a/group.c +++ b/group.c @@ -33,13 +33,14 @@ #include #include #else +#include #include #include #endif #include -static char *version = "$Revision: 1.2 $"; +static char *version = "$Revision: 1.3 $"; t_int group_instance_count; -- cgit v1.2.1