Update of /cvsroot/pure-data/externals/hcs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25032
Modified Files: group.c Log Message: sys/types.h is explicitly needed on Mac OS X 10.3; it shouldn't hurt on any of the other UNIXes
Index: group.c =================================================================== RCS file: /cvsroot/pure-data/externals/hcs/group.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** group.c 12 Jun 2006 21:05:34 -0000 1.2 --- group.c 2 Aug 2006 18:56:34 -0000 1.3 *************** *** 34,37 **** --- 34,38 ---- #include <lm.h> #else + #include <sys/types.h> #include <stdlib.h> #include <grp.h>