diff options
| author | Peter Maydell | 2016-01-29 17:23:34 +0100 |
|---|---|---|
| committer | Peter Maydell | 2016-02-08 14:14:40 +0100 |
| commit | e4a096b1cd4350eeca5dcdc391ab333d2083d7fd (patch) | |
| tree | dc5f7bab4b37914be9c34a26dda576406d00cdf9 | |
| parent | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (diff) | |
| download | qemu-e4a096b1cd4350eeca5dcdc391ab333d2083d7fd.tar.gz qemu-e4a096b1cd4350eeca5dcdc391ab333d2083d7fd.tar.xz qemu-e4a096b1cd4350eeca5dcdc391ab333d2083d7fd.zip | |
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 <peter.maydell@linaro.org>
Message-id: 1454084614-5365-1-git-send-email-peter.maydell@linaro.org
| -rw-r--r-- | ui/cocoa.m | 2 |
1 files changed, 2 insertions, 0 deletions
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 <Cocoa/Cocoa.h> #include <crt_externs.h> |
