fix c header -> c++ header

This commit is contained in:
Lion Kortlepel 2024-01-15 20:57:15 +01:00
parent 4aca87d3e6
commit 05dfb4e0c3
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -4,7 +4,7 @@
#if defined(BEAMMP_LINUX)
#include <cstring>
#include <errno.h>
#include <cerrno>
#include <sys/sendfile.h>
#include <unistd.h>
#elif defined(BEAMMP_WINDOWS)