Changes from Christley. See Sep 25 ChangeLog entry.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1873 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-10-25 23:54:08 +00:00
parent 9d4d75db0d
commit 7fa5497672
15 changed files with 85 additions and 154 deletions

View file

@ -29,7 +29,9 @@
#include <libc.h>
/* If POSIX then: #include <unistd.h> */
#endif /* 0 */
#ifndef __WIN32__
#include <pwd.h>
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <errno.h>