X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fbase%2Fpollevent.cc;h=67708c1295cec9b2d464f23aab40dc7e62124224;hb=51f7a6666027870c24432dcaa56cfc1b4741fdc6;hp=2743cd95d931dfe1a3cde1e1f4430b751efc1ddc;hpb=984c2a4ff677803ff7687a178f1dceb1f0204c30;p=gem5.git diff --git a/src/base/pollevent.cc b/src/base/pollevent.cc index 2743cd95d..67708c129 100644 --- a/src/base/pollevent.cc +++ b/src/base/pollevent.cc @@ -30,16 +30,20 @@ #include #include +#if defined(__sun__) || defined(__SUNPRO_CC) +#include +#endif #include -#include #include -#include "sim/async.hh" -#include "sim/host.hh" +#include + #include "base/misc.hh" #include "base/pollevent.hh" -#include "sim/root.hh" +#include "base/types.hh" +#include "sim/async.hh" +#include "sim/core.hh" #include "sim/serialize.hh" using namespace std;