From: ths Date: Sun, 2 Dec 2007 17:17:45 +0000 (+0000) Subject: Add missing include, by Sylvain Petreolle. X-Git-Tag: xen-3.3.0-rc1~593 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e140e05cbc01d2f15a558331f66fb4bffe03f54a;p=qemu-xen-3.3-testing.git 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 af4660bb..cbe8300e 100644 --- a/hw/adlib.c +++ b/hw/adlib.c @@ -24,6 +24,7 @@ #include #include "hw.h" #include "audiodev.h" +#include "audio/audio.h" #define ADLIB_KILL_TIMERS 1