mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
fix c header -> c++ header
This commit is contained in:
parent
4aca87d3e6
commit
05dfb4e0c3
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#if defined(BEAMMP_LINUX)
|
#if defined(BEAMMP_LINUX)
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <errno.h>
|
#include <cerrno>
|
||||||
#include <sys/sendfile.h>
|
#include <sys/sendfile.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#elif defined(BEAMMP_WINDOWS)
|
#elif defined(BEAMMP_WINDOWS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user