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

Mayaqua.h: include <stdio.h> for "FILE"

This commit is contained in:
Davide Beatrici 2019-10-20 00:44:57 +02:00
parent 6b41b19327
commit 04ecbf843a

View File

@ -9,6 +9,7 @@
#define MAYAQUA_H
#include <stddef.h>
#include <stdio.h>
// PenCore.dll related
#define PENCORE_DLL_NAME "|PenCore.dll"