From 8ea591ef29f6f00c79883f49f56a4e5e1b7b1669 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 12 Jan 2001 23:37:14 +0000 Subject: [PATCH] Added config.h as an include to make sure BE/LE stuff works Original commit message from CVS: Added config.h as an include to make sure BE/LE stuff works --- libs/getbits/gstgetbits.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/getbits/gstgetbits.c b/libs/getbits/gstgetbits.c index 1a066875da..5ebb042621 100644 --- a/libs/getbits/gstgetbits.c +++ b/libs/getbits/gstgetbits.c @@ -1,3 +1,6 @@ + +#include "config.h" + #include "gstgetbits.h" /* Defined in gstgetbits_i386.s */