aboutsummaryrefslogtreecommitdiff
path: root/lib/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/aes.c')
-rw-r--r--lib/aes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/aes.c b/lib/aes.c
index 4fca85ebee2..39ad4a990f0 100644
--- a/lib/aes.c
+++ b/lib/aes.c
@@ -22,9 +22,9 @@
*/
#ifndef USE_HOSTCC
-#include <common.h>
#include <display_options.h>
#include <log.h>
+#include <linux/string.h>
#else
#include <string.h>
#endif