diff options
author | 2017-10-01 22:45:43 -0400 | |
---|---|---|
committer | 2017-10-01 22:46:42 -0400 | |
commit | da7cd69f881d30af8a9cac40746ee2bbfc74a75b (patch) | |
tree | 997817c32a8abf6bebd4e2b8358f382ac5eb40da /src/devices/machine/74166.h | |
parent | a65015f5cb7b838b6ae29fadc3d5de186430d1ef (diff) |
Remove timer_device from emu.h and move it out of src/emu (nw)
Diffstat (limited to 'src/devices/machine/74166.h')
-rw-r--r-- | src/devices/machine/74166.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/74166.h b/src/devices/machine/74166.h index 67352fe7145..44642fec20a 100644 --- a/src/devices/machine/74166.h +++ b/src/devices/machine/74166.h @@ -23,6 +23,8 @@ #pragma once +#include "machine/timer.h" + //************************************************************************** // INTERFACE CONFIGURATION MACROS |