diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/aes.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,7 +22,11 @@ * REDISTRIBUTION OF THIS SOFTWARE. */ +#ifndef USE_HOSTCC #include <common.h> +#else +#include <string.h> +#endif #include "aes.h" /* forward s-box */ |