diff --git a/sys/dev/extres/clk/clk_fixed.c b/sys/dev/extres/clk/clk_fixed.c index a38d444c5a29..57d8bf367945 100644 --- a/sys/dev/extres/clk/clk_fixed.c +++ b/sys/dev/extres/clk/clk_fixed.c @@ -27,6 +27,7 @@ #include __FBSDID("$FreeBSD$"); +#include "opt_platform.h" #include #include #include @@ -40,8 +41,11 @@ __FBSDID("$FreeBSD$"); #include +#ifdef FDT #include #include +#endif + #include #define CLK_TYPE_FIXED 1