mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
add missing headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32315 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b31bb7383c
commit
345a7ae0d7
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#if !defined(__MINGW32__)
|
||||
#include <sys/file.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* Test that the process group has been changed (not the same as that of our
|
||||
|
|
Loading…
Reference in a new issue