experimental change to try to avoid non-standard extensions

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34852 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-03-01 09:14:08 +00:00
parent 50decd4014
commit bb610b0e30
8 changed files with 32 additions and 20 deletions

View file

@ -54,8 +54,8 @@
* NB. This class is private to NSRunLoop and must not be subclassed.
*/
#include "config.h"
#include <Foundation/NSRunLoop.h>
#import "common.h"
#import "Foundation/NSRunLoop.h"
@class NSDate;