diff options
Diffstat (limited to 'base/inet.hh')
-rw-r--r-- | base/inet.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/inet.hh b/base/inet.hh index 1c48d0730..1ae2e8542 100644 --- a/base/inet.hh +++ b/base/inet.hh @@ -29,7 +29,7 @@ #ifndef __INET_HH__ #define __INET_HH__ -#include "host.hh" +#include "sim/host.hh" uint32_t crc32be(const uint8_t *buf, size_t len); uint32_t crc32le(const uint8_t *buf, size_t len); |