diff --git a/Source/NSRunLoop.m b/Source/NSRunLoop.m index 4b8b82e67..1b94a6415 100644 --- a/Source/NSRunLoop.m +++ b/Source/NSRunLoop.m @@ -37,7 +37,7 @@ #include #include -#if !defined(__WIN32__) || defiend(__CYGWIN__) +#if !defined(__WIN32__) || defined(__CYGWIN__) #include #include #endif /* !__WIN32__ */