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. --- functions.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions.m') 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