ENH: In cmELF it is okay if the byte order is not known at compile time.

- We perform a runtime check of the input file anyway.
This commit is contained in:
Brad King 2008-05-13 10:24:23 -04:00
parent 98127bc4a3
commit d707719d57
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <cmsys/auto_ptr.hxx>
// Need the native byte order of the running CPU.
#define cmsys_CPU_UNKNOWN_OKAY // We can decide at runtime if not known.
#include <cmsys/CPU.h>
// Include the ELF format information system header.