summaryrefslogtreecommitdiffstats
path: root/lib/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/aes.c')
-rw-r--r--lib/aes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/aes.c b/lib/aes.c
index ce53c9f1f3..c998aecb3c 100644
--- 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