summaryrefslogtreecommitdiffstats
path: root/backends/msmouse.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-29 18:49:54 +0100
committerPeter Maydell2016-02-04 18:01:04 +0100
commit9c058332f36bc84db57f3d54566228799c5e9605 (patch)
treed7365db1cb044d34ea54a015518affc3be74bca3 /backends/msmouse.c
parentbsd-user: Clean up includes (diff)
downloadqemu-9c058332f36bc84db57f3d54566228799c5e9605.tar.gz
qemu-9c058332f36bc84db57f3d54566228799c5e9605.tar.xz
qemu-9c058332f36bc84db57f3d54566228799c5e9605.zip
backends: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1454089805-5470-5-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'backends/msmouse.c')
-rw-r--r--backends/msmouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/msmouse.c b/backends/msmouse.c
index 476dab5634..9a82efda9e 100644
--- a/backends/msmouse.c
+++ b/backends/msmouse.c
@@ -21,7 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
-#include <stdlib.h>
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include "sysemu/char.h"
#include "ui/console.h"