1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +03:00

Mayaqua.h: include <stdarg.h> for "va_list" on Illumos

This commit is contained in:
Davide Beatrici 2019-10-21 21:44:38 +02:00
parent 5b15b12ea9
commit 51330fdb43

View File

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