summary refs log tree commit diff stats
path: root/hw/audio/pcspk.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-02-02 14:55:01 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-02-02 14:55:01 +0000
commit958e3693607901f4c2bca607651382dc48689654 (patch)
treee1423dd2dba5141d4828b2d2c383a25bd7ff97b7 /hw/audio/pcspk.c
parentdce0238c745b698e8464e59ec73354219f750f34 (diff)
parent6086a565b0efe3eb66c5bf65a715a2c84425e47f (diff)
downloadfocaccia-qemu-958e3693607901f4c2bca607651382dc48689654.tar.gz
focaccia-qemu-958e3693607901f4c2bca607651382dc48689654.zip
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20160202-1' into staging
audio: Clean up includes

# gpg: Signature made Tue 02 Feb 2016 12:58:06 GMT using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
# gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
# gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"

* remotes/kraxel/tags/pull-audio-20160202-1:
  audio: Clean up includes

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/audio/pcspk.c')
-rw-r--r--hw/audio/pcspk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/audio/pcspk.c b/hw/audio/pcspk.c
index 5266fb5457..f9afc8edad 100644
--- a/hw/audio/pcspk.c
+++ b/hw/audio/pcspk.c
@@ -22,6 +22,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/i386/pc.h"
 #include "hw/isa/isa.h"