checkpatch.pl: Request a test when a new command is added
[oweals/u-boot.git] / lib / fdtdec_common.c
index 5775992ef3373f36b27bdf6b1d2e9c80044d6161..ddaca0087e19d97091677ea8ed8bcfab24f60c95 100644 (file)
@@ -9,6 +9,7 @@
 
 #ifndef USE_HOSTCC
 #include <common.h>
+#include <log.h>
 #include <linux/libfdt.h>
 #include <fdtdec.h>
 #else