diff options
Diffstat (limited to 'hw/pcspk.c')
-rw-r--r-- | hw/pcspk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pcspk.c b/hw/pcspk.c index acb016773b..43df818fbe 100644 --- a/hw/pcspk.c +++ b/hw/pcspk.c @@ -27,6 +27,7 @@ #include "isa.h" #include "audio/audio.h" #include "qemu-timer.h" +#include "i8254.h" #define PCSPK_BUF_LEN 1792 #define PCSPK_SAMPLE_RATE 32000 |