Merge pull request #151 from ffontaine/master

Lrzip.h: add missing header for va_list on some platforms
This commit is contained in:
Con Kolivas 2020-05-16 08:12:30 +10:00 committed by GitHub
commit 4101fc8279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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