xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Wed Jun 11 13:24:53 PDT 2008


 src/AtomBios/Decoder.c |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 3d70c398afa0831387af81559453b77c218a54f9
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jun 12 06:18:26 2008 +1000

    atom: fix another endian define

diff --git a/src/AtomBios/Decoder.c b/src/AtomBios/Decoder.c
index cdaa9ef..e8b3b6e 100644
--- a/src/AtomBios/Decoder.c
+++ b/src/AtomBios/Decoder.c
@@ -34,7 +34,14 @@ Revision History:
 
 	NEG:24.09.2002	Initiated.
 --*/
-//#include "AtomBios.h"
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <X11/Xos.h>
+
+
 #include "Decoder.h"
 #include "atombios.h"
 #include "CD_binding.h"


More information about the xorg-commit mailing list