projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab6322
)
Add missing include, by Sylvain Petreolle.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 2 Dec 2007 17:17:45 +0000
(17:17 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 2 Dec 2007 17:17:45 +0000
(17:17 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3766
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/adlib.c
patch
|
blob
|
history
diff --git
a/hw/adlib.c
b/hw/adlib.c
index af4660bbc4a85f7002c5c7c3476e04f2ca16707a..cbe8300ec643da9eb5050b8e82200f67df1205c0 100644
(file)
--- 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