Include alloca.h when using alloca to make sure it is defined.
author |
reimar |
date |
Thu, 01 Jan 2009 11:23:32 +0000 |
parents |
79aef31ed618 |
children |
06dbef90389e |
files |
tremor/mapping0.c tremor/sharedbook.c |
diffstat |
2 files changed, 2 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/tremor/mapping0.c Thu Jan 01 11:16:52 2009 +0000
+++ b/tremor/mapping0.c Thu Jan 01 11:23:32 2009 +0000
@@ -19,6 +19,7 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
+#include <alloca.h>
#include "ogg.h"
#include "ivorbiscodec.h"
#include "mdct.h"
--- a/tremor/sharedbook.c Thu Jan 01 11:16:52 2009 +0000
+++ b/tremor/sharedbook.c Thu Jan 01 11:23:32 2009 +0000
@@ -18,6 +18,7 @@
#include <stdlib.h>
#include <math.h>
#include <string.h>
+#include <alloca.h>
#include "ogg.h"
#include "os.h"
#include "misc.h"