summaryrefslogtreecommitdiffstats
path: root/qemu/audio/alsaaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/audio/alsaaudio.c')
-rw-r--r--qemu/audio/alsaaudio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/audio/alsaaudio.c b/qemu/audio/alsaaudio.c
index 6315b2d74..3652a7b5f 100644
--- a/qemu/audio/alsaaudio.c
+++ b/qemu/audio/alsaaudio.c
@@ -21,6 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
#include <alsa/asoundlib.h>
#include "qemu-common.h"
#include "qemu/main-loop.h"