mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
0c80f7136e
commit
5577c6df39
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue