diff options
| author | ruki <[email protected]> | 2019-10-14 22:18:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-10-14 07:48:01 +0800 |
| commit | 95df8418962d8dae106e52d35405c61bdbf4bada (patch) | |
| tree | a218e6de7c39c0b81c8e6c5ea16eca61c5c02520 /core/src/xmake/makefile | |
| parent | 4041c5a3a47da126f7a97e09cee7b5b3f3fd8978 (diff) | |
add socket.wait
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 3176a30d7..383f71555 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -62,6 +62,7 @@ xmake_C_FILES += \ io/filelock_close \ io/socket_open \ io/socket_rawfd \ + io/socket_wait \ io/socket_connect \ io/socket_close \ path/relative \ |
