diff options
author | Nathan Binkert <nate@binkert.org> | 2011-04-20 18:45:03 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2011-04-20 18:45:03 -0700 |
commit | 99fbd18ea53417eff0c2b5afd088022b3561c89e (patch) | |
tree | 588eb96f7c763221202f732488169cc783984a01 /src/dev/arm/amba_device.cc | |
parent | 41680f4bada2e3b0f8a030c76ecdb6a2aa778b2e (diff) | |
download | gem5-99fbd18ea53417eff0c2b5afd088022b3561c89e.tar.xz |
fix some build problems from prior changesets
Diffstat (limited to 'src/dev/arm/amba_device.cc')
-rw-r--r-- | src/dev/arm/amba_device.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/arm/amba_device.cc b/src/dev/arm/amba_device.cc index b2948b803..a9a163fd2 100644 --- a/src/dev/arm/amba_device.cc +++ b/src/dev/arm/amba_device.cc @@ -41,6 +41,7 @@ */ #include "base/trace.hh" +#include "debug/AMBA.hh" #include "dev/arm/amba_device.hh" #include "dev/arm/amba_fake.hh" #include "mem/packet.hh" |