From 0ea794bcf453093f83c21a56333d78ba1b8dae33 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 8 Nov 2010 13:58:22 -0600 Subject: sim: Use forward declarations for ports. Virtual ports need TLB data which means anything touching a file in the arch directory rebuilds any file that includes system.hh which in everything. --- src/base/remote_gdb.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/base') diff --git a/src/base/remote_gdb.cc b/src/base/remote_gdb.cc index 4a06ff307..b7c34859b 100644 --- a/src/base/remote_gdb.cc +++ b/src/base/remote_gdb.cc @@ -126,6 +126,7 @@ #if FULL_SYSTEM #include "arch/vtophys.hh" +#include "mem/vport.hh" #endif #include "base/intmath.hh" -- cgit v1.2.3