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:
rmottola 2016-02-16 22:41:31 +00:00
parent 3ddbd0ab4b
commit 83b96e42bf

View file

@ -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)