1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 17:59:19 +03:00

Merge PR #1012: Mayaqua.h: include <stdarg.h> for "va_list" on Illumos

This commit is contained in:
Davide Beatrici
2019-10-21 22:08:09 +02:00
committed by GitHub

View File

@ -8,6 +8,7 @@
#ifndef MAYAQUA_H
#define MAYAQUA_H
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>