Include sys/stat.h in messenger.cpp

No idea why, but it builds without it on x86 and does not build on e2k
non-odp-rdma
Vitaliy Filippov 2022-01-17 13:43:23 +03:00
parent 77cc18420a
commit e591a3e9f7
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/epoll.h>
#include <netinet/tcp.h>
#include <stdexcept>