about summary refs log tree commit
path: root/src/libFLAC/stream_decoder.c
diff options
context:
space:
mode:
authorjcoalson <jcoalson>2002-10-26 04:33:49 +0000
committerjcoalson <jcoalson>2002-10-26 04:33:49 +0000
commitfd904e90efe6f95bfb03a2f4128820c21c159ad0 (patch)
tree6418ffb2ef5f86d98c40181f23c901bb7d35b749 /src/libFLAC/stream_decoder.c
parent18988e19301544fa8c232bde3988a5df7cffb60f (diff)
downloadflac-arm-1.1.3-fd904e90efe6f95bfb03a2f4128820c21c159ad0.tar.gz
#include bitmath.h
Diffstat (limited to 'src/libFLAC/stream_decoder.c')
-rw-r--r--src/libFLAC/stream_decoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libFLAC/stream_decoder.c b/src/libFLAC/stream_decoder.c
index 53520667..41c04932 100644
--- a/src/libFLAC/stream_decoder.c
+++ b/src/libFLAC/stream_decoder.c
@@ -23,6 +23,7 @@
 #include "FLAC/assert.h"
 #include "protected/stream_decoder.h"
 #include "private/bitbuffer.h"
+#include "private/bitmath.h"
 #include "private/cpu.h"
 #include "private/crc.h"
 #include "private/fixed.h"