mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 11:31:02 +00:00
we need those headers for getuid() too not just getmntent
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39383 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3ddbd0ab4b
commit
83b96e42bf
1 changed files with 1 additions and 1 deletions
|
@ -32,9 +32,9 @@
|
|||
|
||||
#import "config.h"
|
||||
|
||||
#if defined(HAVE_GETMNTINFO)
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#if defined(HAVE_GETMNTINFO)
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#elif defined(HAVE_GETMNTENT) && defined (MNT_MEMB)
|
||||
|
|
Loading…
Reference in a new issue