Skip to content
Snippets Groups Projects
Commit 98ebea7b authored by Boris Kolpackov's avatar Boris Kolpackov Committed by Masahiro Yamada
Browse files

kconfig: make lkc.h self-sufficient #include-wise


Signed-off-by: default avatarBoris Kolpackov <boris@codesynthesis.com>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent a2574c12
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,10 @@
#ifndef LKC_H
#define LKC_H
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include "expr.h"
#ifdef __cplusplus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment