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:
Andrew McCallum 1996-10-25 23:54:08 +00:00
parent d3f7feddf5
commit a28e7f43f5
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>