mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
fix c header -> c++ header
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user