Fix security build for mingw

This commit is contained in:
Mike Black W9MDB 2022-03-06 07:42:26 -06:00
parent 5d9f6ed6e9
commit fdec51eee0

View File

@ -33,7 +33,7 @@
#ifdef _WIN32
#include <windows.h>
#include <Wincrypt.h>
#include <wincrypt.h>
#else
#include <unistd.h>
#include <stdlib.h>