]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/bt/hci.c
util: move declarations out of qemu-common.h
[thirdparty/qemu.git] / hw / bt / hci.c
index 1eaa442c38c9cf68518097747b14e8d5bee144cf..7d5220509318616b0bcf355f18bf5c3eda5abd5b 100644 (file)
@@ -27,6 +27,7 @@
 #include "hw/bt.h"
 #include "qapi/qmp/qerror.h"
 #include "sysemu/replay.h"
+#include "qemu/cutils.h"
 
 struct bt_hci_s {
     uint8_t *(*evt_packet)(void *opaque);