* Source/NSProcessInfo.m: Add includes needed for the HAVE_PROCFS

case.
* Source/common.h: Correct last commit, the #endif was placed
incorrectly.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34041 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2011-10-22 13:59:05 +00:00
parent 51d3096c8b
commit 6a54c84a72
3 changed files with 13 additions and 4 deletions

View file

@ -105,9 +105,11 @@
#import "GNUstepBase/GSConfig.h"
#import "Foundation/NSArray.h"
#import "Foundation/NSSet.h"
#import "Foundation/NSCharacterSet.h"
#import "Foundation/NSDictionary.h"
#import "Foundation/NSDate.h"
#import "Foundation/NSException.h"
#import "Foundation/NSFileManager.h"
#import "Foundation/NSProcessInfo.h"
#import "Foundation/NSAutoreleasePool.h"
#import "Foundation/NSHost.h"