[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211005212634.3223113-1-lucas.demarchi@intel.com>
Date: Tue, 5 Oct 2021 14:26:34 -0700
From: Lucas De Marchi <lucas.demarchi@...el.com>
To: linux-kernel@...r.kernel.org
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCH] lib/string_helpers: add linux/string.h for strlen()
linux/string_helpers.h uses strlen(), so include the correpondent
header. Otherwise we get a compilation error if it's not also included
by whoever included the helper.
Signed-off-by: Lucas De Marchi <lucas.demarchi@...el.com>
---
include/linux/string_helpers.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/string_helpers.h b/include/linux/string_helpers.h
index 68189c4a2eb1..4ba39e1403b2 100644
--- a/include/linux/string_helpers.h
+++ b/include/linux/string_helpers.h
@@ -4,6 +4,7 @@
#include <linux/bits.h>
#include <linux/ctype.h>
+#include <linux/string.h>
#include <linux/types.h>
struct file;
--
2.33.0
Powered by blists - more mailing lists