From 9b8011e255ee419a689706704b92e5a816fd8d34 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Thu, 16 Oct 2008 22:22:47 -0700 Subject: need to add packet_access.hh in order to get tempalte definition --- src/dev/x86/i8259.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dev') 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), -- cgit v1.2.3