summaryrefslogtreecommitdiffstats
path: root/audio/dsoundaudio.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-18 17:33:52 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:22 -0600
commit92128a91586aad69390515904f5907bbe5d0e486 (patch)
tree6e03a7b875df4fa813cd54d2a8df6a2b747e7375 /audio/dsoundaudio.c
parent2563d60953a734ae81c5ed516f605fba3eb792f5 (diff)
downloadhqemu-92128a91586aad69390515904f5907bbe5d0e486.zip
hqemu-92128a91586aad69390515904f5907bbe5d0e486.tar.gz
audio: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453138432-8324-1-git-send-email-peter.maydell@linaro.org Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'audio/dsoundaudio.c')
-rw-r--r--audio/dsoundaudio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/dsoundaudio.c b/audio/dsoundaudio.c
index e9472c1..516846e 100644
--- a/audio/dsoundaudio.c
+++ b/audio/dsoundaudio.c
@@ -26,6 +26,7 @@
* SEAL 1.07 by Carlos 'pel' Hasan was used as documentation
*/
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include "audio.h"
OpenPOWER on IntegriCloud