From c62760e3cbe912e17c25e9fc0bd0810a79d676bb Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 12 Sep 2005 03:01:43 -0400 Subject: fixes for gcc 4.0 base/mysql.hh: include mysql_version to get rid of that annoying mysql error. make sure refcount is set in all constructors base/pollevent.hh: dev/ethertap.hh: dev/pciconfigall.hh: dev/tsunami_cchip.hh: dev/tsunami_io.hh: dev/tsunami_pchip.hh: sim/param.cc: fix for gcc 4 --HG-- extra : convert_revision : be626af2f40ca402818996ef27249ae256c63ef1 --- dev/tsunami_pchip.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev/tsunami_pchip.hh') diff --git a/dev/tsunami_pchip.hh b/dev/tsunami_pchip.hh index 63ea67b1d..8c29a9ac9 100644 --- a/dev/tsunami_pchip.hh +++ b/dev/tsunami_pchip.hh @@ -37,6 +37,8 @@ #include "base/range.hh" #include "dev/io_device.hh" +class MemoryController; + /** * A very simple implementation of the Tsunami PCI interface chips. */ -- cgit v1.2.3