From 29bd27cead6ce2721cbf2501a96d050ad1ffaad0 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 6 Aug 2008 17:25:59 +0200 Subject: Include alloca.h where appropriate. --- MLKForeignProcedure.m | 1 + MLKRoot.m | 2 ++ functions.m | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/MLKForeignProcedure.m b/MLKForeignProcedure.m index fa889cb..c9cd5d6 100644 --- a/MLKForeignProcedure.m +++ b/MLKForeignProcedure.m @@ -30,6 +30,7 @@ #endif #include +#include @implementation MLKForeignProcedure diff --git a/MLKRoot.m b/MLKRoot.m index 06dab3e..80ba4ab 100644 --- a/MLKRoot.m +++ b/MLKRoot.m @@ -42,6 +42,8 @@ #import #import +#include + static NSMethodSignature *signature; static MLKPackage *sys; diff --git a/functions.m b/functions.m index 1c46c75..d74b1fa 100644 --- a/functions.m +++ b/functions.m @@ -26,7 +26,8 @@ #import #import -#import +#include +#include NSString *MLKPrintToString (id object) -- cgit v1.2.3