[ovs-dev] [PATCH] util.h: Restore stdarg.h which is necessary for va_list

YAMAMOTO Takashi yamamoto at ovn.org
Sat Apr 23 02:14:40 UTC 2016


Fixes a regression in commit b44aaaaff8d826535025f4f8d12808c4ef36a7a8 .
("Misc cleanup with "util.h" header files")

Signed-off-by: YAMAMOTO Takashi <yamamoto at ovn.org>
---
 lib/util.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/util.h b/lib/util.h
index a908267..f631bdf 100644
--- a/lib/util.h
+++ b/lib/util.h
@@ -20,6 +20,7 @@
 #include <arpa/inet.h>
 #include <inttypes.h>
 #include <limits.h>
+#include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-- 
2.5.4 (Apple Git-61)




More information about the dev mailing list