From e0eef21b5b2c330ed2323a3a1724c95c50fc06c4 Mon Sep 17 00:00:00 2001 From: Nanako <469449812@qq.com> Date: Sat, 18 May 2024 00:57:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- third_party/mempool/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/mempool/CMakeLists.txt b/third_party/mempool/CMakeLists.txt index b40c5e4..dd9da34 100644 --- a/third_party/mempool/CMakeLists.txt +++ b/third_party/mempool/CMakeLists.txt @@ -9,7 +9,7 @@ add_library(${PROJECT_NAME} SHARED mempool/ncx_lock.h mempool/ncx_slab.c mempool/ncx_slab.h - mempool/unistd.h + mempool/my_unistd.h mempool.h extern.h )