linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] add missing include for uClibc-ng
@ 2020-08-14  4:04 Rosen Penev
  0 siblings, 0 replies; only message in thread
From: Rosen Penev @ 2020-08-14  4:04 UTC (permalink / raw)
  To: linux-media

Fixes missing va_list

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 lib/libdvbv5/dvb-dev-remote.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/libdvbv5/dvb-dev-remote.c b/lib/libdvbv5/dvb-dev-remote.c
index ebb1bdb77..e4ea3a824 100644
--- a/lib/libdvbv5/dvb-dev-remote.c
+++ b/lib/libdvbv5/dvb-dev-remote.c
@@ -30,6 +30,7 @@
 #include <ctype.h>
 #include <inttypes.h>
 #include <libudev.h>
+#include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <locale.h>
-- 
2.26.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-14  4:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-14  4:04 [PATCH] add missing include for uClibc-ng Rosen Penev

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).