summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2019-10-16 22:15:02 +0800
committerruki <[email protected]>2019-10-16 07:30:16 +0800
commit74fe92ec5fab1725b139567f468f49cab4580888 (patch)
tree4cb88fa26fe6580b6441f76b17b41e8cd393a85c /core/src/xmake/makefile
parent690dc274a4d5f9f443e6c2004b985b03345874d6 (diff)
add socket.recv
Diffstat (limited to 'core/src/xmake/makefile')
-rw-r--r--core/src/xmake/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile
index c7ebc2644..597001707 100644
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -68,6 +68,7 @@ xmake_C_FILES += \
io/socket_accept \
io/socket_connect \
io/socket_send \
+ io/socket_recv \
io/socket_close \
path/relative \
path/absolute \