diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2006-05-24 04:41:36 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2006-05-24 04:41:36 +0000 |
commit | b1ec796bda9e8e93da8ffa7825b3713980330ee8 (patch) | |
tree | 66a531f70dcf4f38b73f06754e4b50275b837877 /src/libFLAC/bitmath.c | |
parent | 6977bda10c71482dd69035e55129105f73084924 (diff) | |
download | flac-b1ec796bda9e8e93da8ffa7825b3713980330ee8.tar.gz |
complete largefile support
Diffstat (limited to 'src/libFLAC/bitmath.c')
-rw-r--r-- | src/libFLAC/bitmath.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libFLAC/bitmath.c b/src/libFLAC/bitmath.c index bad52e76..a3e8b373 100644 --- a/src/libFLAC/bitmath.c +++ b/src/libFLAC/bitmath.c @@ -29,6 +29,10 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if HAVE_CONFIG_H +# include <config.h> +#endif + #include "private/bitmath.h" #include "FLAC/assert.h" |