diff options
author | Dave Airlie <airlied@redhat.com> | 2008-06-12 06:18:26 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-06-12 06:18:26 +1000 |
commit | 3d70c398afa0831387af81559453b77c218a54f9 (patch) | |
tree | f0918c642121ce542065d30fddafcfc63187de50 /src/AtomBios | |
parent | f1794e4c34d801371461afed37e7bb7d1fc79305 (diff) |
atom: fix another endian define
Diffstat (limited to 'src/AtomBios')
-rw-r--r-- | src/AtomBios/Decoder.c | 9 |
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" |