diff options
| author | ruki <[email protected]> | 2019-10-14 22:33:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-10-14 09:22:22 +0800 |
| commit | 91bad8e2dbbe495f93cc14b56742d1af55c6d51b (patch) | |
| tree | 0d79e3110ec26c26dc0729c524b097ef5476275d /core/src/xmake/makefile | |
| parent | 5166d62948768bf3bac371816eb113f4cd490965 (diff) | |
improve socket apis
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index fa9131d05..79618ea4f 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -64,6 +64,7 @@ xmake_C_FILES += \ io/socket_rawfd \ io/socket_wait \ io/socket_bind \ + io/socket_listen \ io/socket_connect \ io/socket_close \ path/relative \ |
