Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8cebd62 authored by jiangjia's avatar jiangjia
Browse files

include: ipc_logging: fix compile error



When disable CONFIG_IPC_LOGGING, the EINVAL will be used but
undefined. Include the err.h to fix the compiling error.

Change-Id: I82c3ef8f54e6639a93cc293a5d2d80caa76beddb
Signed-off-by: default avatarJiangjiang Shen <jiangjia@codeaurora.org>
parent 084ac4b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#define _IPC_LOGGING_H

#include <linux/types.h>
#include <linux/err.h>

#define MAX_MSG_SIZE 255