add libuv

This commit is contained in:
yihaoDeng 2022-01-12 09:44:23 +08:00
parent dde3dfd7bd
commit 6d10ef5e69
2 changed files with 4 additions and 0 deletions

View File

@ -13,7 +13,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef USE_UV
#include <uv.h>
#endif
#include "lz4.h"
#include "os.h"
#include "rpcCache.h"

View File

@ -14,7 +14,9 @@
*/
#include "rpcTcp.h"
#ifdef USE_UV
#include <uv.h>
#endif
#include "os.h"
#include "rpcHead.h"
#include "rpcLog.h"