mirror of
https://github.com/darlinghq/darlingserver.git
synced 2024-11-23 04:19:44 +00:00
Merge pull request #9 from scamdotnet/clang15-fix
Fix compiling on clang 15+
This commit is contained in:
commit
d570d86c3f
@ -23,6 +23,7 @@
|
||||
#include <stdexcept>
|
||||
#include <new>
|
||||
#include <mutex>
|
||||
#include <system_error>
|
||||
|
||||
DarlingServer::Address::Address() {
|
||||
_address.sun_family = AF_UNIX;
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#include <assert.h>
|
||||
#include <system_error>
|
||||
|
||||
#if DSERVER_ASAN
|
||||
#include <sanitizer/asan_interface.h>
|
||||
|
Loading…
Reference in New Issue
Block a user