From 676ed04695660cc8baaf06145f2b9ab7264d207c Mon Sep 17 00:00:00 2001 From: liujinhui-job <17839916631@163.com> Date: Wed, 12 Mar 2025 11:04:56 +0000 Subject: [PATCH] fix compile syscall directory compile issue --- adapter/syscall/Makefile | 2 +- adapter/syscall/ff_hook_syscall.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/adapter/syscall/Makefile b/adapter/syscall/Makefile index f93e7906e..0cc448082 100644 --- a/adapter/syscall/Makefile +++ b/adapter/syscall/Makefile @@ -1,4 +1,4 @@ -TOPDIR=.. +TOPDIR=../.. ifeq ($(FF_PATH),) FF_PATH=${TOPDIR} diff --git a/adapter/syscall/ff_hook_syscall.c b/adapter/syscall/ff_hook_syscall.c index 57010060e..ff52de606 100644 --- a/adapter/syscall/ff_hook_syscall.c +++ b/adapter/syscall/ff_hook_syscall.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include