diff options
Diffstat (limited to 'src/devices/machine/exorterm.cpp')
-rw-r--r-- | src/devices/machine/exorterm.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/machine/exorterm.cpp b/src/devices/machine/exorterm.cpp index f6166bc22b0..977b84ec937 100644 --- a/src/devices/machine/exorterm.cpp +++ b/src/devices/machine/exorterm.cpp @@ -17,7 +17,8 @@ TODO ****************************************************************************/ #include "emu.h" -#include "machine/exorterm.h" +#include "exorterm.h" + #include "speaker.h" #include "exorterm155.lh" |