diff options
Diffstat (limited to 'qemu/hw/bt/hid.c')
-rw-r--r-- | qemu/hw/bt/hid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/hw/bt/hid.c b/qemu/hw/bt/hid.c index af494e1e0..f6affbbb4 100644 --- a/qemu/hw/bt/hid.c +++ b/qemu/hw/bt/hid.c @@ -18,6 +18,7 @@ * with this program; if not, if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/timer.h" #include "ui/console.h" |