diff --git a/Source/NSDistributedNotificationCenter.m b/Source/NSDistributedNotificationCenter.m index 261fdcecb..7adae5fb0 100644 --- a/Source/NSDistributedNotificationCenter.m +++ b/Source/NSDistributedNotificationCenter.m @@ -39,7 +39,7 @@ #import "Foundation/NSPathUtilities.h" #import "Foundation/NSRunLoop.h" #import "Foundation/NSTask.h" -#import "GNUstepBase/NSTask+GS.h" +#import "GNUstepBase/NSTask+GNUstepBase.h" #import "Foundation/NSDistributedNotificationCenter.h" #import "Foundation/NSUserDefaults.h" #import "Foundation/NSHost.h" diff --git a/Source/NSSocketPortNameServer.m b/Source/NSSocketPortNameServer.m index 324a8daed..a8e86ff01 100644 --- a/Source/NSSocketPortNameServer.m +++ b/Source/NSSocketPortNameServer.m @@ -42,7 +42,7 @@ #import "Foundation/NSSet.h" #import "Foundation/NSHost.h" #import "Foundation/NSTask.h" -#import "GNUstepBase/NSTask+GS.h" +#import "GNUstepBase/NSTask+GNUstepBase.h" #import "Foundation/NSDate.h" #import "Foundation/NSTimer.h" #import "Foundation/NSPathUtilities.h"