mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
add missing include
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29772 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
166f1afb4b
commit
3ab6efc8dd
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
#import "Foundation/NSSet.h"
|
||||
#import "GNUstepBase/NSProcessInfo+GNUstepBase.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@implementation NSProcessInfo(GNUstepBase)
|
||||
|
||||
static NSMutableSet *_debug_set = nil;
|
||||
|
|
Loading…
Reference in a new issue