aboutsummaryrefslogtreecommitdiff
path: root/group.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-02 18:56:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-02 18:56:34 +0000
commit403fe50cdc15da44c6523b4a31277970e50ca618 (patch)
tree33cf6bf6375c59f029d00031fe2f845aa3a789eb /group.c
parente3fb5d9a69ee26c4a7a1c749911925cfb13beadf (diff)
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
Diffstat (limited to 'group.c')
-rw-r--r--group.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/group.c b/group.c
index 2fd18f7..c80cbfd 100644
--- a/group.c
+++ b/group.c
@@ -33,13 +33,14 @@
#include <stdio.h>
#include <lm.h>
#else
+#include <sys/types.h>
#include <stdlib.h>
#include <grp.h>
#endif
#include <string.h>
-static char *version = "$Revision: 1.2 $";
+static char *version = "$Revision: 1.3 $";
t_int group_instance_count;