summaryrefslogtreecommitdiffstats
path: root/qemu/bt-host.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/bt-host.c')
-rw-r--r--qemu/bt-host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/bt-host.c b/qemu/bt-host.c
index 49205bf28..2f8f631c2 100644
--- a/qemu/bt-host.c
+++ b/qemu/bt-host.c
@@ -17,12 +17,12 @@
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/
+#include "qemu/osdep.h"
#include "qemu-common.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