From 65d473e411929996584d8841790a9e583db6781d Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Mon, 16 Jul 2001 10:15:14 +0000 Subject: Include config.h, so that we know the correct value of WORDS_BIGENDIAN CVS patchset: 287 CVS date: 2001/07/16 10:15:14 --- src/libac3/bitstream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/libac3/bitstream.h b/src/libac3/bitstream.h index 84f3287c8..f290f7f66 100644 --- a/src/libac3/bitstream.h +++ b/src/libac3/bitstream.h @@ -21,6 +21,8 @@ * */ +#include "config.h" + //My new and improved vego-matic endian swapping routine //(stolen from the kernel) #ifdef WORDS_BIGENDIAN -- cgit v1.2.3