diff options
Diffstat (limited to 'qemu/tests/intel-hda-test.c')
-rw-r--r-- | qemu/tests/intel-hda-test.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu/tests/intel-hda-test.c b/qemu/tests/intel-hda-test.c index d89b407dc..1be6add9b 100644 --- a/qemu/tests/intel-hda-test.c +++ b/qemu/tests/intel-hda-test.c @@ -7,10 +7,9 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include <glib.h> -#include <string.h> #include "libqtest.h" -#include "qemu/osdep.h" #define HDA_ID "hda0" #define CODEC_DEVICES " -device hda-output,bus=" HDA_ID ".0" \ |