summaryrefslogtreecommitdiff
path: root/include/bselftest.h
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-02-17 21:42:04 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-02-21 10:25:18 +0100
commit28d261712db0195335e4b774b1ed88216d1229d9 (patch)
tree3205ae6b463059b2e5816e8e85ad7bb57ecca1d8 /include/bselftest.h
parent570294e6555d562acd092759947a790bfee268d8 (diff)
downloadbarebox-28d261712db0195335e4b774b1ed88216d1229d9.tar.gz
test: include <linux/printk.h>
We use pr_print logging in bselftest.h, so include the header that defines these macros. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20230217204204.2931805-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/bselftest.h')
-rw-r--r--include/bselftest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bselftest.h b/include/bselftest.h
index 2bae6cd139..c3f3238643 100644
--- a/include/bselftest.h
+++ b/include/bselftest.h
@@ -4,6 +4,7 @@
#include <linux/compiler.h>
#include <linux/list.h>
+#include <linux/printk.h>
#include <init.h>
enum bselftest_group {