mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Include for solaris
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13890 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dc02e89b70
commit
baf8a087c1
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-06-15 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSProcessInfo.m: Include sys/fcntl for Solaris.
|
||||
|
||||
2002-06-14 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* config/pathxml.m4: Adjust path to headers.
|
||||
|
|
|
@ -68,6 +68,9 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/file.h>
|
||||
#ifdef HAVE_SYS_FCNTL_H
|
||||
#include <sys/fcntl.h>
|
||||
#endif
|
||||
|
||||
#include <GSConfig.h>
|
||||
#include <Foundation/NSString.h>
|
||||
|
|
Loading…
Reference in a new issue