common: Drop log.h from common header
[platform/kernel/u-boot.git] / lib / aes.c
index ce53c9f..c998aec 100644 (file)
--- a/lib/aes.c
+++ b/lib/aes.c
@@ -23,6 +23,7 @@
 
 #ifndef USE_HOSTCC
 #include <common.h>
+#include <log.h>
 #else
 #include <string.h>
 #endif