summaryrefslogtreecommitdiffstats
path: root/libdvdread/bswap.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-09 00:38:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-09 00:38:22 +0000
commit0aaab951eeec66cadd1aa4aabbdaa262c8277e8e (patch)
treeda45e6093e5aa1d66f74c20bd816718c41ba3196 /libdvdread/bswap.h
parentd8435fd9c6f0a039d4e9c5661a0cc0e727fa30e3 (diff)
downloadmpv-0aaab951eeec66cadd1aa4aabbdaa262c8277e8e.tar.bz2
mpv-0aaab951eeec66cadd1aa4aabbdaa262c8277e8e.tar.xz
Revert one more local change without effect.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20809 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdvdread/bswap.h')
-rw-r--r--libdvdread/bswap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdvdread/bswap.h b/libdvdread/bswap.h
index f121b06104..a30061b323 100644
--- a/libdvdread/bswap.h
+++ b/libdvdread/bswap.h
@@ -24,6 +24,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <config.h>
+
#if defined(WORDS_BIGENDIAN)
/* All bigendian systems are fine, just ignore the swaps. */
#define B2N_16(x) (void)(x)