diff --git a/splash.h b/splash.h index 5dccfe0..eae2939 100644 --- a/splash.h +++ b/splash.h @@ -30,10 +30,14 @@ #endif */ #ifdef TARGET_KERNEL #include - #include + #ifdef CONFIG_FBSPLASH + #include + #endif #else #include - #include + #ifdef CONFIG_FBSPLASH + #include + #endif #endif /*