From 37c539d6da578647c3c945e9aaf46fb069cc2197 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 16 May 2020 00:10:38 +0200 Subject: [PATCH] Lrzip.h: add missing header for va_list on some platforms Signed-off-by: Sam Lancia [Retrieved from: https://git.buildroot.net/buildroot/tree/package/lrzip/0001-missing-stdarg.patch] Signed-off-by: Fabrice Fontaine --- Lrzip.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Lrzip.h b/Lrzip.h index 29bc2a9..8934c59 100644 --- a/Lrzip.h +++ b/Lrzip.h @@ -20,6 +20,7 @@ #ifndef LIBLRZIP_H #define LIBLRZIP_H +#include #include #include #ifdef _WIN32