blob: e10848ee0bd592d74cdf5fbb38176f17d349f683 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|