commit | e140e05cbc01d2f15a558331f66fb4bffe03f54a | [log] [tgz] |
---|---|---|
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Dec 02 17:17:45 2007 +0000 |
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Dec 02 17:17:45 2007 +0000 |
tree | 46054b572954657c0eb13b0c04ade258be7ed51e | |
parent | dab6322b86bb9d9cf86847ceb055f1b99f1e772a [diff] [blame] |
Add missing include, by Sylvain Petreolle. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3766 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/hw/adlib.c b/hw/adlib.c index af4660b..cbe8300 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