From 73bc3ae512e9b7ab0f6aae7974717e13ea232660 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 1 Jul 2010 13:50:42 +0200 Subject: [PATCH] Include file alloca.h was missing in demo program --- demo/demo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/demo.c b/demo/demo.c index c5783bf..1301a86 100644 --- a/demo/demo.c +++ b/demo/demo.c @@ -50,6 +50,7 @@ static char helptext[][80] = { #include #include #include +#include