aboutsummaryrefslogtreecommitdiff
path: root/lib/errno_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/errno_str.c')
-rw-r--r--lib/errno_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/errno_str.c b/lib/errno_str.c
index 2e5f4a887d5..752d4eb47aa 100644
--- a/lib/errno_str.c
+++ b/lib/errno_str.c
@@ -4,8 +4,8 @@
*
* SDPX-License-Identifier: GPL-2.0+
*/
-#include <common.h>
#include <errno.h>
+#include <linux/kernel.h>
#define ERRNO_MSG(errno, msg) msg
#define SAME_AS(x) (const char *)&errno_message[x]