diff options
Diffstat (limited to 'src/base/crc.hh')
-rw-r--r-- | src/base/crc.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/crc.hh b/src/base/crc.hh index 16dce79aa..212be4f8a 100644 --- a/src/base/crc.hh +++ b/src/base/crc.hh @@ -31,7 +31,7 @@ #ifndef __BASE_CRC_HH__ #define __BASE_CRC_HH__ -#include "sim/host.hh" +#include "base/types.hh" uint32_t crc32be(const uint8_t *buf, size_t len); uint32_t crc32le(const uint8_t *buf, size_t len); |