aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/G726/G726decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/G726/G726decode.c')
-rw-r--r--codecs/G726/G726decode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/codecs/G726/G726decode.c b/codecs/G726/G726decode.c
index fb98182614..b5580afd8b 100644
--- a/codecs/G726/G726decode.c
+++ b/codecs/G726/G726decode.c
@@ -27,6 +27,8 @@
#include "spandsp.h"
#include "G726decode.h"
+#include "ws_attributes.h"
+
typedef struct _g726_codec_ctx {
g726_state_t *state;
int bit_rate;