]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
compat: include stdarg to get va_list
authorVincent Bernat <vincent@bernat.im>
Wed, 9 Apr 2014 19:03:10 +0000 (21:03 +0200)
committerVincent Bernat <vincent@bernat.im>
Wed, 9 Apr 2014 19:03:10 +0000 (21:03 +0200)
src/compat/compat.h

index ab6a28643c71116f7d401ff6807c53baeecf8d74..135661cc3caafcb08ef2b5f6a300a324ca232a91 100644 (file)
@@ -39,6 +39,7 @@
 
 #include <stdio.h>
 #include <stddef.h>
+#include <stdarg.h>
 #ifdef HAVE_LIBBSD
 # include <bsd/stdio.h>
 # include <bsd/string.h>