* [PATCH v4l-utils] ir-ctl: `strndupa' undefined with --disable-nls
@ 2016-12-12 4:16 Greg Whiteley
0 siblings, 0 replies; only message in thread
From: Greg Whiteley @ 2016-12-12 4:16 UTC (permalink / raw)
To: linux-media; +Cc: Greg Whiteley
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-12-12 5:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-12 4:16 [PATCH v4l-utils] ir-ctl: `strndupa' undefined with --disable-nls Greg Whiteley
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).