1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 17:38:21 +01:00

add missing header

This commit is contained in:
lxsang 2021-01-01 14:00:55 +01:00
parent 454217bea2
commit 7bc0a89ef5
2 changed files with 1 additions and 1 deletions

BIN
dist/lua-0.5.2b.tar.gz vendored

Binary file not shown.

View File

@ -14,11 +14,11 @@
#include <ifaddrs.h> #include <ifaddrs.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <libgen.h> #include <libgen.h>
#include <time.h>
#include "../lualib.h" #include "../lualib.h"
//#include "../../lua-api.h" //#include "../../lua-api.h"
#include <antd/utils.h> #include <antd/utils.h>
#include <sys/time.h>
#define CLIENT_NAME "wurl" #define CLIENT_NAME "wurl"
#define CLIENT_HOST "192.168.9.249" #define CLIENT_HOST "192.168.9.249"