summaryrefslogtreecommitdiffstats
path: root/include/bselftest.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bselftest.h')
-rw-r--r--include/bselftest.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/bselftest.h b/include/bselftest.h
index f03c803b65..c3f3238643 100644
--- a/include/bselftest.h
+++ b/include/bselftest.h
@@ -4,10 +4,12 @@
#include <linux/compiler.h>
#include <linux/list.h>
+#include <linux/printk.h>
#include <init.h>
enum bselftest_group {
- BSELFTEST_core
+ BSELFTEST_core,
+ BSELFTEST_parser,
};
struct selftest {