mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix include error
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29621 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
eda0f191e7
commit
5a64ac0477
1 changed files with 6 additions and 1 deletions
|
@ -50,7 +50,12 @@
|
|||
#include <openssl/err.h>
|
||||
#undef id
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSFileHandle.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
|
||||
#include <GNUstepBase/GSFileHandle.h>
|
||||
#include "GSPrivate.h"
|
||||
|
|
Loading…
Reference in a new issue