1
0
mirror of https://github.com/lxsang/antd-tunnel-plugin synced 2024-07-01 13:09:46 +02:00

add missing header files

This commit is contained in:
lxsang 2021-01-01 14:06:45 +01:00
parent e1838b1f7f
commit 89b52082d9
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -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"