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 <sys/socket.h>
|
||||
#endif
|
||||
#include <cstring>
|
||||
#if IS_POSIX
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <termios.h>
|
||||
#include <thread>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "comm_tcp_socket.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue