mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
Merge pull request #151 from ffontaine/master
Lrzip.h: add missing header for va_list on some platforms
This commit is contained in:
commit
4101fc8279
1 changed files with 1 additions and 0 deletions
1
Lrzip.h
1
Lrzip.h
|
|
@ -20,6 +20,7 @@
|
|||
#ifndef LIBLRZIP_H
|
||||
#define LIBLRZIP_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#ifdef _WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue