diff --git a/aclocal.m4 b/aclocal.m4 index e5b7dbf..01cecf1 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -73,6 +73,7 @@ AC_DEFUN([OD_OBJC_RUNTIME],[ AC_LANG_PROGRAM([ #include #include + #include ], [ Object *obj = @<:@Object alloc@:>@; puts(@<:@obj name@:>@); @@ -94,6 +95,7 @@ AC_DEFUN([OD_OBJC_RUNTIME],[ AC_LANG_PROGRAM([ #include #include + #include ], [ Object *obj = @<:@Object alloc@:>@; puts(@<:@obj name@:>@); @@ -131,6 +133,7 @@ AC_DEFUN([OD_OBJC_RUNTIME],[ AC_LANG_PROGRAM([ #include #include + #include ], [ id class = objc_lookUpClass("Object"); id obj = @<:@class alloc@:>@; @@ -162,6 +165,7 @@ AC_DEFUN([OD_OBJC_RUNTIME],[ #else #include #endif + #include ], [ #ifdef __GNU_LIBOBJC_ Class class = objc_lookUpClass("Object");