aboutsummaryrefslogtreecommitdiff
path: root/audio/wavcapture.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 /audio/wavcapture.c
parentdce0238c745b698e8464e59ec73354219f750f34 (diff)
parent6086a565b0efe3eb66c5bf65a715a2c84425e47f (diff)
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 'audio/wavcapture.c')
-rw-r--r--audio/wavcapture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/wavcapture.c b/audio/wavcapture.c
index 86e905627a..8bfb9e7654 100644
--- a/audio/wavcapture.c
+++ b/audio/wavcapture.c
@@ -1,3 +1,4 @@
+#include "qemu/osdep.h"
#include "hw/hw.h"
#include "monitor/monitor.h"
#include "qemu/error-report.h"