From e4a096b1cd4350eeca5dcdc391ab333d2083d7fd Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 16:23:34 +0000 Subject: [PATCH] ui/cocoa.m: Include qemu/osdep.h Include "qemu/osdep.h". (This is a manual commit equivalent to what the clean-includes script would do, because that script can't handle ObjectiveC source files.) Signed-off-by: Peter Maydell Message-id: 1454084614-5365-1-git-send-email-peter.maydell@linaro.org --- ui/cocoa.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/cocoa.m b/ui/cocoa.m index d866f23ec3..3ee554908a 100644 --- a/ui/cocoa.m +++ b/ui/cocoa.m @@ -22,6 +22,8 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" + #import #include