diff options
Diffstat (limited to 'crypto/cipher-nettle.c')
-rw-r--r-- | crypto/cipher-nettle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/cipher-nettle.c b/crypto/cipher-nettle.c index 7449338d3b..cd2675c0bc 100644 --- a/crypto/cipher-nettle.c +++ b/crypto/cipher-nettle.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include <nettle/nettle-types.h> #include <nettle/aes.h> #include <nettle/des.h> |