All of lore.kernel.org
 help / color / mirror / Atom feed
From: Caleb Crome <caleb@crome.org>
To: alsa-devel@alsa-project.org
Cc: Caleb Crome <caleb@crome.org>
Subject: [PATCH 1/2] BAT: Add missing locale.h header
Date: Fri, 23 Oct 2015 17:46:09 +0000	[thread overview]
Message-ID: <1445622370-18673-1-git-send-email-caleb@crome.org> (raw)

Missing include became apparent when -O3 was not specified.
Added the header to remove error messages during debug compile.

Signed-off-by: Caleb Crome <caleb@crome.org>
---
 bat/bat.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bat/bat.c b/bat/bat.c
index 56cfaf6..086b9fa 100644
--- a/bat/bat.c
+++ b/bat/bat.c
@@ -23,6 +23,7 @@
 #include <getopt.h>
 #include <math.h>
 #include <limits.h>
+#include <locale.h>
 
 #include "aconfig.h"
 #include "gettext.h"
-- 
2.6.1

             reply	other threads:[~2015-10-23 17:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23 17:46 Caleb Crome [this message]
2015-10-23 17:46 ` [PATCH 2/2] BAT: Change maximum number of channels from 2 to 64 Caleb Crome
2015-10-24  7:44 ` [PATCH 1/2] BAT: Add missing locale.h header Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2015-10-23 17:11 Caleb Crome

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=1445622370-18673-1-git-send-email-caleb@crome.org \
    --to=caleb@crome.org \
    --cc=alsa-devel@alsa-project.org \
    /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.