diff options
Diffstat (limited to 'util/cbfstool/common.h')
-rw-r--r-- | util/cbfstool/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/cbfstool/common.h b/util/cbfstool/common.h index b23c8d21b0..d39f8fbfbd 100644 --- a/util/cbfstool/common.h +++ b/util/cbfstool/common.h @@ -10,11 +10,10 @@ #include <assert.h> #include <commonlib/bsd/cbfs_serialized.h> +#include <commonlib/bsd/sysincludes.h> #include <commonlib/helpers.h> #include <console/console.h> -#include "swab.h" - /* * There are two address spaces that this tool deals with - SPI flash address space and host * address space. This macros checks if the address is greater than 2GiB under the assumption |