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:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-03-15 23:55:29 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-03-15 23:55:29 +0300
commitc7e0b76c06101766201f7b6ee1859306f5480914 (patch)
tree77fb512576a5235694bf7ece5ee2cad3c7097f0e /libcelt/cwrs.h
parent4ff068e670a9e857aa3f3879190279ca2d9d38f1 (diff)
Making sure not to use the C library calls directly
Diffstat (limited to 'libcelt/cwrs.h')
-rw-r--r--libcelt/cwrs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcelt/cwrs.h b/libcelt/cwrs.h
index 7d07c6b..f3f8bdd 100644
--- a/libcelt/cwrs.h
+++ b/libcelt/cwrs.h
@@ -33,6 +33,7 @@
#define CWRS_H
#include "arch.h"
+#include "stack_alloc.h"
#include "entenc.h"
#include "entdec.h"