From 725829176f91710a9e181810a80f4fb22e7179e7 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 26 Oct 2002 04:33:49 +0000 Subject: [PATCH] #include bitmath.h --- src/libFLAC/stream_decoder.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libFLAC/stream_decoder.c b/src/libFLAC/stream_decoder.c index 5352066..41c0493 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" -- 2.7.4