Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/laplace-test.c')
-rw-r--r--tests/laplace-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/laplace-test.c b/tests/laplace-test.c
index 4c0a22e..65b21e0 100644
--- a/tests/laplace-test.c
+++ b/tests/laplace-test.c
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "laplace.h"
+#include "stack_alloc.h"
int main(void)
{
@@ -14,6 +15,7 @@ int main(void)
ec_dec dec;
ec_byte_buffer buf;
int val[10000], decay[10000];
+ ALLOC_STACK;
ec_byte_writeinit(&buf);
ec_enc_init(&enc,&buf);