From 5fdeba0b56d8e4a855105c00d3c0388a769b8ea9 Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 16 Oct 2017 06:35:31 +0200 Subject: [PATCH] Fixed a compile-breaking mistake in snd_pas16.c. --- src/sound/snd_pas16.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sound/snd_pas16.c b/src/sound/snd_pas16.c index bb7ab98cc..6a39568dc 100644 --- a/src/sound/snd_pas16.c +++ b/src/sound/snd_pas16.c @@ -12,6 +12,7 @@ #include "../device.h" #include "sound.h" #include "filters.h" +#include "snd_mpu401.h" #include "snd_opl.h" #include "snd_pas16.h" #include "snd_sb_dsp.h"