qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] ui/cocoa.m: Include qemu/osdep.h
@ 2016-01-29 16:23 Peter Maydell
  2016-02-08 13:57 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Maydell @ 2016-01-29 16:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andreas Färber, patches

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>
---
 ui/cocoa.m | 2 ++
 1 file changed, 2 insertions(+)

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>
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] ui/cocoa.m: Include qemu/osdep.h
  2016-01-29 16:23 [Qemu-devel] [PATCH] ui/cocoa.m: Include qemu/osdep.h Peter Maydell
@ 2016-02-08 13:57 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2016-02-08 13:57 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Andreas Färber, Patch Tracking

On 29 January 2016 at 16:23, Peter Maydell <peter.maydell@linaro.org> wrote:
> 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>
> ---
>  ui/cocoa.m | 2 ++
>  1 file changed, 2 insertions(+)
>
> 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"
> +

Applied to master, thanks.

-- PMM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-08 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-29 16:23 [Qemu-devel] [PATCH] ui/cocoa.m: Include qemu/osdep.h Peter Maydell
2016-02-08 13:57 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).