]> Git Repo - qemu.git/blobdiff - hw/audio/lm4549.c
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180202-pull-request' into...
[qemu.git] / hw / audio / lm4549.c
index 380ef603bd7c45a6999af369382aaf170ade7791..a46f2301af820490d23b704cff7c5b68bd21bc3b 100644 (file)
@@ -13,6 +13,7 @@
  * It supports only one playback voice and no record voice.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "audio/audio.h"
 #include "lm4549.h"
@@ -33,7 +34,6 @@ do { printf("lm4549: " fmt , ## __VA_ARGS__); } while (0)
 #endif
 
 #if defined(LM4549_DUMP_DAC_INPUT)
-#include <stdio.h>
 static FILE *fp_dac_input;
 #endif
 
This page took 0.024564 seconds and 4 git commands to generate.