]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - bt-host.c
scsi-block: fix direction of BYTCHK test for VERIFY commands
[thirdparty/qemu.git] / bt-host.c
index 2da3c32204b0262a89b21b27847ed87d56aab2a0..2f8f631c2528a866e4fb9bbb5d7876b9889750d2 100644 (file)
--- a/bt-host.c
+++ b/bt-host.c
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "qemu-common.h"
-#include "bt/bt.h"
+#include "sysemu/bt.h"
 #include "qemu/main-loop.h"
 
 #ifndef _WIN32
-# include <errno.h>
 # include <sys/ioctl.h>
 # include <sys/uio.h>
 # ifdef CONFIG_BLUEZ