mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
修复Linux下编译问题
This commit is contained in:
parent
ef436f6c34
commit
fcbf869237
@ -26,8 +26,11 @@
|
||||
|
||||
#include "WebSocketSplitter.h"
|
||||
#include <sys/types.h>
|
||||
//#include <sys/socket.h>
|
||||
//#include <arpa/inet.h>
|
||||
#if !defined(_WIN32)
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#endif //!defined(_WIN32)
|
||||
|
||||
#include "Util/logger.h"
|
||||
#include "Util/util.h"
|
||||
using namespace toolkit;
|
||||
|
Loading…
Reference in New Issue
Block a user