diff options
Diffstat (limited to 'hw/input/vmmouse.c')
-rw-r--r-- | hw/input/vmmouse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/input/vmmouse.c b/hw/input/vmmouse.c index d7b1c76f58..6d15a887c6 100644 --- a/hw/input/vmmouse.c +++ b/hw/input/vmmouse.c @@ -21,6 +21,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "ui/console.h" #include "hw/input/ps2.h" |