summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound
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/devices/sound
parenta9440352de702cc42c4ac972aeb1e37fe6bd8b2a (diff)
Remove fileio.h from emu.h
Diffstat (limited to 'src/devices/sound')
-rw-r--r--src/devices/sound/samples.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/samples.cpp b/src/devices/sound/samples.cpp
index 7663d921475..bd8fbb1144f 100644
--- a/src/devices/sound/samples.cpp
+++ b/src/devices/sound/samples.cpp
@@ -26,6 +26,7 @@
#include "samples.h"
#include "emuopts.h"
+#include "fileio.h"
#include "flac.h"