diff options
Diffstat (limited to 'libobjc/nil_method.c')
-rw-r--r-- | libobjc/nil_method.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/nil_method.c b/libobjc/nil_method.c index a5364ea..752115f 100644 --- a/libobjc/nil_method.c +++ b/libobjc/nil_method.c @@ -26,6 +26,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see /* This is the nil method, the function that is called when the receiver of a method is nil */ +#include "objc-private/common.h" #include "objc/objc.h" /* When the receiver of a method invocation is nil, the runtime |