diff options
-rw-r--r-- | hw/adlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/adlib.c b/hw/adlib.c index af4660bbc4..cbe8300ec6 100644 --- a/hw/adlib.c +++ b/hw/adlib.c @@ -24,6 +24,7 @@ #include <assert.h> #include "hw.h" #include "audiodev.h" +#include "audio/audio.h" #define ADLIB_KILL_TIMERS 1 |