diff options
Diffstat (limited to 'src/u_endian.h')
| -rw-r--r-- | src/u_endian.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u_endian.h b/src/u_endian.h index 34b7721..bf4b008 100644 --- a/src/u_endian.h +++ b/src/u_endian.h @@ -1,7 +1,7 @@ #ifndef ENDIAN_H_ #define ENDIAN_H_ -#include "common.h" +#include "antcc.h" extern bool targ_bigendian; /*** Macros and functions for endian specific memory access ***/ |