Skip to content

Commit 7c224b8

Browse files
authored
Merge pull request #865 from liujinhui-job/fix-syscall-compile-error
fix compile syscall directory compile issue
2 parents 8574852 + 676ed04 commit 7c224b8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

adapter/syscall/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TOPDIR=..
1+
TOPDIR=../..
22

33
ifeq ($(FF_PATH),)
44
FF_PATH=${TOPDIR}

adapter/syscall/ff_hook_syscall.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <errno.h>
77
#include <time.h>
88
#include <unistd.h>
9+
#include <pthread.h>
910

1011
#include <rte_malloc.h>
1112
#include <rte_memcpy.h>

0 commit comments

Comments
 (0)