diff options
author | 2022-03-15 21:38:01 +1100 | |
---|---|---|
committer | 2022-03-15 21:38:01 +1100 | |
commit | 6d9216bf11db6596c07351ff3e191bd97b32a359 (patch) | |
tree | 53acadc743eef54bd5602d9af0aeaeda7c28a7ee /src/mame/machine/egret.cpp | |
parent | f2812653ff613e85d6e6af87ac4341bcb3ffb6a9 (diff) |
Revert "Revert "Remove fileio.h from emu.h""
This reverts commit ea6d1ae3f4cd36732c2b9a2a6d02a06dc4a97def.
Diffstat (limited to 'src/mame/machine/egret.cpp')
-rw-r--r-- | src/mame/machine/egret.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/egret.cpp b/src/mame/machine/egret.cpp index 9af4be4d36e..bb1f298e4d2 100644 --- a/src/mame/machine/egret.cpp +++ b/src/mame/machine/egret.cpp @@ -42,6 +42,8 @@ #include "cpu/m6805/m6805.h" #include "sound/asc.h" +#include "fileio.h" + //************************************************************************** // MACROS / CONSTANTS //************************************************************************** |