From b516ee981a6c885c5b71f075c76b1224d70094be Mon Sep 17 00:00:00 2001 From: karman011 <149867910+karman011@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:59:33 +0800 Subject: [PATCH] Update rename.cpp --- patch/rename.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/rename.cpp b/patch/rename.cpp index b345657a..e37d516b 100644 --- a/patch/rename.cpp +++ b/patch/rename.cpp @@ -13,7 +13,7 @@ mount points because its implementation relies on hard link. Therefore, we need compile it as a dynamic library, and inject it into QQ using LD_PRELOAD. */ - +#define _GNU_SOURCE #include #include #include