1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +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
commit 46d8da6744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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