diff options
Diffstat (limited to 'target-arm/crypto_helper.c')
-rw-r--r-- | target-arm/crypto_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/crypto_helper.c b/target-arm/crypto_helper.c index 5d22838065..3b6df3f41a 100644 --- a/target-arm/crypto_helper.c +++ b/target-arm/crypto_helper.c @@ -9,7 +9,7 @@ * version 2 of the License, or (at your option) any later version. */ -#include <stdlib.h> +#include "qemu/osdep.h" #include "cpu.h" #include "exec/exec-all.h" |