linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Whiteley <greg.whiteley@atomos.com>
To: <linux-media@vger.kernel.org>
Cc: Greg Whiteley <greg.whiteley@atomos.com>
Subject: [PATCH v4l-utils] ir-ctl: `strndupa' undefined with --disable-nls
Date: Mon, 12 Dec 2016 15:16:48 +1100	[thread overview]
Message-ID: <1481516208-31254-1-git-send-email-greg.whiteley@atomos.com> (raw)

Signed-off-by: Greg Whiteley <greg.whiteley@atomos.com>
---
 utils/ir-ctl/ir-ctl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/ir-ctl/ir-ctl.c b/utils/ir-ctl/ir-ctl.c
index f19bd05..707aa1f 100644
--- a/utils/ir-ctl/ir-ctl.c
+++ b/utils/ir-ctl/ir-ctl.c
@@ -37,6 +37,7 @@
 # include <langinfo.h>
 # include <iconv.h>
 #else
+# include <string.h>
 # define _(string) string
 #endif
 
-- 
1.9.1


                 reply	other threads:[~2016-12-12  5:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1481516208-31254-1-git-send-email-greg.whiteley@atomos.com \
    --to=greg.whiteley@atomos.com \
    --cc=linux-media@vger.kernel.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 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).