All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Stefan Weil <sw@weilnetz.de>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Stefan Weil <sw@weilnetz.de>
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] ui/gtk: Fix build (missing include for setlocale)
Date: Fri, 22 Feb 2013 07:14:39 -0600	[thread overview]
Message-ID: <87obfcxzgg.fsf@codemonkey.ws> (raw)
In-Reply-To: <1361514481-26164-1-git-send-email-sw@weilnetz.de>

Stefan Weil <sw@weilnetz.de> writes:

> At least for Ubuntu Linux locale.h is needed.
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>

Thanks, what version of Ubuntu?  I'm running 11.10 and don't have this
problem.

Regards,

Anthony Liguori

> ---
>
> This is a build regression, please apply without waiting for qemu-trivial.
>
> Thanks,
> Stefan
>
>  ui/gtk.c |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/ui/gtk.c b/ui/gtk.c
> index 29156be..5f91de4 100644
> --- a/ui/gtk.c
> +++ b/ui/gtk.c
> @@ -37,6 +37,7 @@
>  #include <gtk/gtk.h>
>  #include <gdk/gdkkeysyms.h>
>  #include <glib/gi18n.h>
> +#include <locale.h>
>  #include <vte/vte.h>
>  #include <sys/types.h>
>  #include <sys/socket.h>
> -- 
> 1.7.10.4



  reply	other threads:[~2013-02-22 13:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22  6:28 [Qemu-trivial] [PATCH] ui/gtk: Fix build (missing include for setlocale) Stefan Weil
2013-02-22 13:14 ` Anthony Liguori [this message]
2013-02-22 15:48   ` [Qemu-trivial] [Qemu-devel] " Stefan Weil
2013-02-22 17:01 ` [Qemu-trivial] " Anthony Liguori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87obfcxzgg.fsf@codemonkey.ws \
    --to=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=sw@weilnetz.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.