diff options
Diffstat (limited to 'qemu/target-arm/crypto_helper.c')
-rw-r--r-- | qemu/target-arm/crypto_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/target-arm/crypto_helper.c b/qemu/target-arm/crypto_helper.c index 5d2283806..3b6df3f41 100644 --- a/qemu/target-arm/crypto_helper.c +++ b/qemu/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" |