diff options
author | 2020-03-04 22:01:08 +0100 | |
---|---|---|
committer | 2020-03-05 21:21:19 +0100 | |
commit | 04085b4cc328f00aa4223832fc29cb2ba8f77050 (patch) | |
tree | a143903e9879b7eab4210eb82a9133bfc0955f7c | |
parent | 1f7f099376b44836abfd420e4098fd727350b7cc (diff) |
Fix compile. (nw)
-rw-r--r-- | src/devices/bus/isa/bblue2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/isa/bblue2.cpp b/src/devices/bus/isa/bblue2.cpp index 26a14e2b9b3..afefb9de7f4 100644 --- a/src/devices/bus/isa/bblue2.cpp +++ b/src/devices/bus/isa/bblue2.cpp @@ -12,6 +12,7 @@ * Parallel port test fails if set to LPT2 */ +#include "emu.h" #include "bblue2.h" |