summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/harriet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/harriet.cpp')
-rw-r--r--src/mame/drivers/harriet.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/harriet.cpp b/src/mame/drivers/harriet.cpp
index 1ef3b96c0c2..b3d9dec6a74 100644
--- a/src/mame/drivers/harriet.cpp
+++ b/src/mame/drivers/harriet.cpp
@@ -11,10 +11,11 @@
***************************************************************************/
-
#include "emu.h"
#include "cpu/m68000/m68000.h"
#include "machine/terminal.h"
+#include "speaker.h"
+
#define TERMINAL_TAG "terminal"