Mod aaa-12 cfgrcv header file was added to trace
RCA: SOL: 修改人:zhangtao 检视人:zhangtao
This commit is contained in:
parent
44420ea09e
commit
46f8fab593
|
@ -35,7 +35,7 @@ PLAT_LINUX_SRCS = $(COMMON_SRCS)
|
|||
PLAT_ARM64_SRCS = $(COMMON_SRCS)
|
||||
|
||||
# gcc CFLAGS
|
||||
PLAT_ARM64_CFLAGS := -I../modules/netlink_api/ -I../modules/conntrack_api/api/ -I../../Common -I../common/trace
|
||||
PLAT_ARM64_CFLAGS := -I../modules/netlink_api/ -I../modules/cfgrcv -I../modules/conntrack_api/api/ -I../../Common -I../common/trace
|
||||
PLAT_LINUX_CFLAGS := $(PLAT_ARM64_CFLAGS)
|
||||
|
||||
# this line must be at below of thus, because of...
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
#include "trace_msg.h"
|
||||
#include "commuapinl.h"
|
||||
#include "conntrack_api.h"
|
||||
#include "cfgrcv_kinit.h"
|
||||
|
||||
|
||||
|
||||
#define NLMSG_TAIL(nmsg) \
|
||||
|
|
Loading…
Reference in New Issue