mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-24 08:56:46 +00:00
fix c header -> c++ header
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user