diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-02-26 06:11:54 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-02-26 06:11:54 -0800 |
| commit | d21e44ba8490bc3e8a156ccbe9806afd543820fc (patch) | |
| tree | 6bbcb763f9745f9580eecdf6741290b86520ee94 | |
| parent | 301289fc3891841bdbcc21ba1b1c6bb94a9c6b7a (diff) | |
| parent | c14beab39067e47b73ab1b65b06212b56adf4b1f (diff) | |
Merge "trace: ipc_logging: fix compile error when disable ipc_logging"
| -rw-r--r-- | include/linux/ipc_logging.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ipc_logging.h b/include/linux/ipc_logging.h index 780a82d2f1b4..f6bf9b1a0505 100644 --- a/include/linux/ipc_logging.h +++ b/include/linux/ipc_logging.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. +/* Copyright (c) 2012-2015, 2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -14,6 +14,7 @@ #define _IPC_LOGGING_H #include <linux/types.h> +#include <linux/errno.h> #define MAX_MSG_SIZE 255 |
