mirror of https://github.com/F-Stack/f-stack.git
fix compile syscall directory compile issue
This commit is contained in:
parent
8346014d88
commit
676ed04695
|
@ -1,4 +1,4 @@
|
|||
TOPDIR=..
|
||||
TOPDIR=../..
|
||||
|
||||
ifeq ($(FF_PATH),)
|
||||
FF_PATH=${TOPDIR}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_memcpy.h>
|
||||
|
|
Loading…
Reference in New Issue