summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/ui/optsmenu.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2022-02-11 23:22:46 -0500
committer AJR <ajrhacker@users.noreply.github.com>2022-02-11 23:22:46 -0500
commit0cb0cfd4c66915b43929d496fb694445fd7ab6ea (patch)
treebf6b5354e06024451554153eb4d60fbc97b47811 /src/frontend/mame/ui/optsmenu.cpp
parenta9440352de702cc42c4ac972aeb1e37fe6bd8b2a (diff)
Remove fileio.h from emu.h
Diffstat (limited to 'src/frontend/mame/ui/optsmenu.cpp')
-rw-r--r--src/frontend/mame/ui/optsmenu.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/mame/ui/optsmenu.cpp b/src/frontend/mame/ui/optsmenu.cpp
index d21f069f6f7..bafbe9d2af0 100644
--- a/src/frontend/mame/ui/optsmenu.cpp
+++ b/src/frontend/mame/ui/optsmenu.cpp
@@ -22,6 +22,8 @@
#include "mame.h"
#include "mameopts.h"
+
+#include "fileio.h"
#include "rendfont.h"