diff options
Diffstat (limited to 'post/tests.c')
-rw-r--r-- | post/tests.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/post/tests.c b/post/tests.c index 8cea428..208710a 100644 --- a/post/tests.c +++ b/post/tests.c @@ -4,7 +4,8 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ -#include <common.h> +#include <config.h> +#include <linux/kernel.h> #include <post.h> |