diff options
| author | 2022-02-11 23:22:46 -0500 | |
|---|---|---|
| committer | 2022-02-11 23:22:46 -0500 | |
| commit | 0cb0cfd4c66915b43929d496fb694445fd7ab6ea (patch) | |
| tree | bf6b5354e06024451554153eb4d60fbc97b47811 /src/devices/machine/i2cmem.cpp | |
| parent | a9440352de702cc42c4ac972aeb1e37fe6bd8b2a (diff) | |
Remove fileio.h from emu.h
Diffstat (limited to 'src/devices/machine/i2cmem.cpp')
| -rw-r--r-- | src/devices/machine/i2cmem.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/i2cmem.cpp b/src/devices/machine/i2cmem.cpp index d5fd3f3094a..a951f325110 100644 --- a/src/devices/machine/i2cmem.cpp +++ b/src/devices/machine/i2cmem.cpp @@ -25,6 +25,8 @@ there are two standard values. #include "emu.h" #include "machine/i2cmem.h" +#include "fileio.h" + constexpr int STATE_IDLE(0); constexpr int STATE_DEVSEL(1); constexpr int STATE_ADDRESSHIGH(2); |
