aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gaudio/Win32
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gaudio/Win32')
-rw-r--r--drivers/gaudio/Win32/gaudio_play_lld.c2
-rw-r--r--drivers/gaudio/Win32/gaudio_record_lld.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gaudio/Win32/gaudio_play_lld.c b/drivers/gaudio/Win32/gaudio_play_lld.c
index c0adf03e..cdc9a62a 100644
--- a/drivers/gaudio/Win32/gaudio_play_lld.c
+++ b/drivers/gaudio/Win32/gaudio_play_lld.c
@@ -10,7 +10,7 @@
#if GFX_USE_GAUDIO && GAUDIO_NEED_PLAY
/* Include the driver defines */
-#include "src/gaudio/driver_play.h"
+#include "src/gaudio/gaudio_driver_play.h"
#undef Red
#undef Green
diff --git a/drivers/gaudio/Win32/gaudio_record_lld.c b/drivers/gaudio/Win32/gaudio_record_lld.c
index c9ac8187..cfe8edf5 100644
--- a/drivers/gaudio/Win32/gaudio_record_lld.c
+++ b/drivers/gaudio/Win32/gaudio_record_lld.c
@@ -10,7 +10,7 @@
#if GFX_USE_GAUDIO && GAUDIO_NEED_RECORD
/* Include the driver defines */
-#include "src/gaudio/driver_record.h"
+#include "src/gaudio/gaudio_driver_record.h"
#undef Red
#undef Green