summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/bitwise.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/bitwise.c')
-rw-r--r--apps/codecs/Tremor/bitwise.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/bitwise.c b/apps/codecs/Tremor/bitwise.c
index 6215b0f5ac..b75ac408b8 100644
--- a/apps/codecs/Tremor/bitwise.c
+++ b/apps/codecs/Tremor/bitwise.c
@@ -18,8 +18,8 @@
18/* We're 'LSb' endian; if we write a word but read individual bits, 18/* We're 'LSb' endian; if we write a word but read individual bits,
19 then we'll read the lsb first */ 19 then we'll read the lsb first */
20 20
21#include "config-tremor.h"
21#include <string.h> 22#include <string.h>
22#include <stdlib.h>
23#include "ogg.h" 23#include "ogg.h"
24 24
25static unsigned long mask[]= 25static unsigned long mask[]=