diff options
author | Nathan Binkert <nate@binkert.org> | 2008-10-16 22:22:47 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2008-10-16 22:22:47 -0700 |
commit | 9b8011e255ee419a689706704b92e5a816fd8d34 (patch) | |
tree | d5a768b4345762aab192da215ab6f637ba7184c6 /src/dev | |
parent | 81f5da1e89c94fb0e4e56c80cad77561163d85d8 (diff) | |
download | gem5-9b8011e255ee419a689706704b92e5a816fd8d34.tar.xz |
need to add packet_access.hh in order to get tempalte definition
Diffstat (limited to 'src/dev')
-rw-r--r-- | src/dev/x86/i8259.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/x86/i8259.cc b/src/dev/x86/i8259.cc index 2d460b96d..b3d3a5aa2 100644 --- a/src/dev/x86/i8259.cc +++ b/src/dev/x86/i8259.cc @@ -31,6 +31,8 @@ #include "base/bitfield.hh" #include "dev/x86/i82094aa.hh" #include "dev/x86/i8259.hh" +#include "mem/packet.hh" +#include "mem/packet_access.hh" X86ISA::I8259::I8259(Params * p) : BasicPioDevice(p), IntDev(this), latency(p->pio_latency), output(p->output), |