From 3b4b487c51b36bfce58d8a8b246a433143c2aed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tilo=20Pr=C3=BCtz?= Date: Wed, 7 Mar 2012 08:59:14 +0100 Subject: [PATCH] =?UTF-8?q?system=20C=20header=20files=20have=20to=20be=20?= =?UTF-8?q?included=20with=20=E2=80=9Cinclude=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Foundation/NSBundle.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/NSBundle.m b/Foundation/NSBundle.m index f0d0fa01..bef3e873 100755 --- a/Foundation/NSBundle.m +++ b/Foundation/NSBundle.m @@ -35,7 +35,7 @@ OBJC_EXPORT void *NSSymbolInModule(NSModuleHandle handle, const char *symbol); #include #else #include -#import +#include #include #include #include