mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix minor error in includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25931 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b204d69fef
commit
b6ba94c244
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
#include "Foundation/NSProcessInfo.h"
|
||||
|
||||
#include "../GSPrivate.h"
|
||||
#include "GSPortPrivate.h"
|
||||
#include "../GSPortPrivate.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "GNUstepBase/GSMime.h"
|
||||
|
||||
#include "../GSPrivate.h"
|
||||
#include "GSPortPrivate.h"
|
||||
#include "../GSPortPrivate.h"
|
||||
|
||||
#define UNISTR(X) \
|
||||
((const unichar*)[(X) cStringUsingEncoding: NSUnicodeStringEncoding])
|
||||
|
|
Loading…
Reference in a new issue