summaryrefslogtreecommitdiff
path: root/src/AtomBios
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-06-12 06:18:26 +1000
committerDave Airlie <airlied@redhat.com>2008-06-12 06:18:26 +1000
commit3d70c398afa0831387af81559453b77c218a54f9 (patch)
treef0918c642121ce542065d30fddafcfc63187de50 /src/AtomBios
parentf1794e4c34d801371461afed37e7bb7d1fc79305 (diff)
atom: fix another endian define
Diffstat (limited to 'src/AtomBios')
-rw-r--r--src/AtomBios/Decoder.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/AtomBios/Decoder.c b/src/AtomBios/Decoder.c
index cdaa9ef4..e8b3b6ee 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"