X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/08ab59770da57648bfb8fc9be37f0ef7fb50b0f9..58369e22cf971448411bfbc8c894b2addebe2111:/hw/bt/l2cap.c diff --git a/hw/bt/l2cap.c b/hw/bt/l2cap.c index 591e047781..dfc95ed048 100644 --- a/hw/bt/l2cap.c +++ b/hw/bt/l2cap.c @@ -17,8 +17,10 @@ * along with this program; if not, see . */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/timer.h" +#include "qemu/bswap.h" #include "hw/bt.h" #define L2CAP_CID_MAX 0x100 /* Between 0x40 and 0x10000 */