diff options
Diffstat (limited to 'src/dev/mc146818.hh')
-rw-r--r-- | src/dev/mc146818.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/mc146818.hh b/src/dev/mc146818.hh index c2f1e2dd8..0c7baf47b 100644 --- a/src/dev/mc146818.hh +++ b/src/dev/mc146818.hh @@ -33,7 +33,7 @@ #ifndef __DEV_MC146818_HH__ #define __DEV_MC146818_HH__ -#include "sim/eventq.hh" +#include "sim/eventq_impl.hh" /** Real-Time Clock (MC146818) */ class MC146818 : public EventManager |