summaryrefslogtreecommitdiff
path: root/MLKRoot.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-06 17:25:59 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-06 17:25:59 +0200
commit29bd27cead6ce2721cbf2501a96d050ad1ffaad0 (patch)
tree89470a7d61ff6edbf9985df75a4190399c50dece /MLKRoot.m
parentd6851c5e380e025b6e55dff661b8c83ffbabd34d (diff)
Include alloca.h where appropriate.
Diffstat (limited to 'MLKRoot.m')
-rw-r--r--MLKRoot.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKRoot.m b/MLKRoot.m
index 06dab3e..80ba4ab 100644
--- a/MLKRoot.m
+++ b/MLKRoot.m
@@ -42,6 +42,8 @@
#import <Foundation/NSStream.h>
#import <Foundation/NSString.h>
+#include <alloca.h>
+
static NSMethodSignature *signature;
static MLKPackage *sys;