From eef3a2e142443d94b75de333ff3ccb69644a9831 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 17 May 2009 14:34:50 -0700 Subject: types: Move stuff for global types into src/base/types.hh --HG-- rename : src/sim/host.hh => src/base/types.hh --- src/base/crc.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/crc.hh') 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); -- cgit v1.2.3