2d07ad8026
[Thomas: add patch to add stdarg.h include needed on uClibc, add missing upstream URL in Config.in, fix license to be LGPLv2.1+ instead of LGPLv2.1] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
370 B
Diff
17 lines
370 B
Diff
Add missing <stdarg.h> include for va_list
|
|
|
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
|
|
Index: b/include/ndp.h
|
|
===================================================================
|
|
--- a/include/ndp.h
|
|
+++ b/include/ndp.h
|
|
@@ -20,6 +20,7 @@
|
|
#ifndef _NDP_H_
|
|
#define _NDP_H_
|
|
|
|
+#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <netinet/in.h>
|
|
|