diff options
| author | 2026-03-17 13:43:05 +0100 | |
|---|---|---|
| committer | 2026-03-17 16:10:00 +0100 | |
| commit | 3eeb6f219e4d32160fa10895b57a8ddfefff5ff7 (patch) | |
| tree | febb6021a9e4a8593bd67402b25082b2f7109f72 /src/u_endian.h | |
| parent | a8d6f8bf30c07edb775e56889f568ca20240bedf (diff) | |
REFACTOR: finish renaming
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 ***/ |