Merge pull request #865 from liujinhui-job/fix-syscall-compile-error

fix compile syscall directory compile issue
This commit is contained in:
johnjiang 2025-03-14 15:45:33 +08:00 committed by GitHub
commit 7c224b8cd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
TOPDIR=..
TOPDIR=../..
ifeq ($(FF_PATH),)
FF_PATH=${TOPDIR}

View File

@ -6,6 +6,7 @@
#include <errno.h>
#include <time.h>
#include <unistd.h>
#include <pthread.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>