diff options
Diffstat (limited to 'src/modules/bluetooth/sbc.h')
-rw-r--r-- | src/modules/bluetooth/sbc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/bluetooth/sbc.h b/src/modules/bluetooth/sbc.h index 8ac59309..b0a14888 100644 --- a/src/modules/bluetooth/sbc.h +++ b/src/modules/bluetooth/sbc.h @@ -74,6 +74,7 @@ struct sbc_struct { uint8_t endian; void *priv; + void *priv_alloc_base; }; typedef struct sbc_struct sbc_t; |