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/ethertap.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev/ethertap.hh') diff --git a/dev/ethertap.hh b/dev/ethertap.hh index dbbada40e..069ba734f 100644 --- a/dev/ethertap.hh +++ b/dev/ethertap.hh @@ -42,6 +42,9 @@ #include "base/pollevent.hh" #include "sim/sim_object.hh" +class TapEvent; +class TapListener; + /* * Interface to connect a simulated ethernet device to the real world */ -- cgit v1.2.3