Fix Windows build error
This commit is contained in:
parent
8ea8eafdd8
commit
60316be04c
@ -9,7 +9,6 @@
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <unordered_map>
|
||||
#include <sys/epoll.h>
|
||||
#include "NetworkEncoding.h"
|
||||
#include "Socket.h"
|
||||
#include "TcpListener.h"
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
namespace fr
|
||||
{
|
||||
#ifndef _WIN32
|
||||
#include <sys/epoll.h>
|
||||
|
||||
SocketSelector::SocketSelector()
|
||||
: epoll_fd(-1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user