diff options
author | ths | 2007-12-02 18:17:45 +0100 |
---|---|---|
committer | ths | 2007-12-02 18:17:45 +0100 |
commit | e140e05cbc01d2f15a558331f66fb4bffe03f54a (patch) | |
tree | 46054b572954657c0eb13b0c04ade258be7ed51e /hw/adlib.c | |
parent | Larger physical address space for 32-bit MIPS. (diff) | |
download | qemu-e140e05cbc01d2f15a558331f66fb4bffe03f54a.tar.gz qemu-e140e05cbc01d2f15a558331f66fb4bffe03f54a.tar.xz qemu-e140e05cbc01d2f15a558331f66fb4bffe03f54a.zip |
Add missing include, by Sylvain Petreolle.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3766 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/adlib.c')
-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 |