summaryrefslogtreecommitdiff
path: root/target-arm/crypto_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-arm/crypto_helper.c')
-rw-r--r--target-arm/crypto_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/crypto_helper.c b/target-arm/crypto_helper.c
index f94be69ac5..d8898ed805 100644
--- a/target-arm/crypto_helper.c
+++ b/target-arm/crypto_helper.c
@@ -13,7 +13,7 @@
#include "cpu.h"
#include "exec/exec-all.h"
-#include "helper.h"
+#include "exec/helper-proto.h"
union AES_STATE {
uint8_t bytes[16];