compile fix
This commit is contained in:
parent
7e277a87e1
commit
6c03218b29
1 changed files with 2 additions and 0 deletions
|
@ -19,11 +19,13 @@
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <cstring>
|
||||||
#if IS_POSIX
|
#if IS_POSIX
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "comm_tcp_socket.h"
|
#include "comm_tcp_socket.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue