summaryrefslogtreecommitdiffstats
path: root/ui/cocoa.m
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-29 16:23:34 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:31:49 -0600
commitae9ede0c18071cb6ccbd23b8e2cddc9b939e051e (patch)
tree9734b2c3ea27d573f9f8500d3240d8446cda04ed /ui/cocoa.m
parent973fd13b9faf1f84f64e6c555ecd38ae09f00465 (diff)
downloadhqemu-ae9ede0c18071cb6ccbd23b8e2cddc9b939e051e.zip
hqemu-ae9ede0c18071cb6ccbd23b8e2cddc9b939e051e.tar.gz
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
Diffstat (limited to 'ui/cocoa.m')
-rw-r--r--ui/cocoa.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/cocoa.m b/ui/cocoa.m
index d866f23..3ee5549 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>
OpenPOWER on IntegriCloud