mirror of
https://github.com/lxsang/antd-tunnel-plugin
synced 2024-11-16 09:48:21 +01:00
add missing header files
This commit is contained in:
parent
e1838b1f7f
commit
89b52082d9
BIN
dist/tunnel-0.1.0b.tar.gz
vendored
BIN
dist/tunnel-0.1.0b.tar.gz
vendored
Binary file not shown.
4
tunnel.c
4
tunnel.c
@ -11,10 +11,12 @@
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <sys/select.h>
|
||||
#include <antd/bst.h>
|
||||
#include <antd/scheduler.h>
|
||||
#include <antd/ws.h>
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#define MAX_CHANNEL_NAME 64
|
||||
#define HOT_LINE_SOCKET "antd_hotline.sock"
|
||||
|
Loading…
Reference in New Issue
Block a user