summaryrefslogtreecommitdiffstats
path: root/libobjc/nil_method.c
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/nil_method.c')
-rw-r--r--libobjc/nil_method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/nil_method.c b/libobjc/nil_method.c
index d35ccdc92bb..e1802aa107d 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
OpenPOWER on IntegriCloud