include grp.h if available

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/freeze-1_4_0@14099 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-07-09 07:27:02 +00:00
parent 0c80f7136e
commit 5577c6df39

View file

@ -64,6 +64,9 @@
#ifdef HAVE_PWD_H
#include <pwd.h>
#endif
#ifdef HAVE_GRP_H
#include <grp.h>
#endif
#if HAVE_GETOPT_H
#include <getopt.h>