mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +00:00
fix c header -> c++ header
This commit is contained in:
parent
4aca87d3e6
commit
05dfb4e0c3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user