Build fix for FreeBSD (#449)

This commit is contained in:
Thefrank 2023-03-13 09:36:25 -07:00 committed by GitHub
parent 1e3560014f
commit dc7b986e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,10 @@
#include <cstdint>
#ifdef __FreeBSD__
#include <sys/types.h>
#endif
#ifdef _WIN32
#ifndef WIN32_LEAN_AND_MEAN