diff options
Diffstat (limited to 'hw/adlib.c')
-rw-r--r-- | hw/adlib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/adlib.c b/hw/adlib.c index 805365e709..af4660bbc4 100644 --- a/hw/adlib.c +++ b/hw/adlib.c @@ -22,7 +22,8 @@ * THE SOFTWARE. */ #include <assert.h> -#include "vl.h" +#include "hw.h" +#include "audiodev.h" #define ADLIB_KILL_TIMERS 1 |