diff options
Diffstat (limited to 'libobjc/nil_method.c')
-rw-r--r-- | libobjc/nil_method.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/nil_method.c b/libobjc/nil_method.c index d35ccdc..e1802aa 100644 --- a/libobjc/nil_method.c +++ b/libobjc/nil_method.c @@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */ /* This is the nil method, the function that is called when the receiver of a method is nil */ -#include "runtime.h" +#include "objc/runtime.h" /* When the receiver of a method invocation is nil, the runtime returns nil_method() as the method implementation. This function |