Lrzip.h: add missing header for va_list on some platforms

Signed-off-by: Sam Lancia <sam@gpsm.co.uk>
[Retrieved from:
https://git.buildroot.net/buildroot/tree/package/lrzip/0001-missing-stdarg.patch]
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
Fabrice Fontaine 2020-05-16 00:10:38 +02:00
parent 4f1adeaec4
commit 37c539d6da

View file

@ -20,6 +20,7 @@
#ifndef LIBLRZIP_H
#define LIBLRZIP_H
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#ifdef _WIN32