1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-08-25 22:12:58 +03:00

src/vpndrvinst/main.c: add missing header file

This commit is contained in:
Ilya Shipitsin 2023-09-16 00:02:29 +02:00
parent d8dec75bc5
commit 1be55ebb94

View File

@ -2,6 +2,7 @@
#include "Dialog.h"
#include <stdio.h>
#include <string.h>
void ShowUsage()
{