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

CM.c: add missing <security.h> header

This commit is contained in:
Davide Beatrici 2018-07-29 09:44:59 +02:00
parent c1a6bdb51e
commit e720cf657b

View File

@ -123,6 +123,7 @@
#define _WIN32_WINNT 0x0502
#define WINVER 0x0502
#define SECURITY_WIN32
#include <winsock2.h>
#include <windows.h>
#include <Iphlpapi.h>
@ -136,6 +137,7 @@
#include <psapi.h>
#include <wtsapi32.h>
#include <Ntsecapi.h>
#include <security.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>