diff options
Diffstat (limited to 'lib/aes.c')
-rw-r--r-- | lib/aes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |