summaryrefslogtreecommitdiffstats
path: root/crypto/cipher-gcrypt.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-26 19:16:55 +0100
committerPeter Maydell2016-01-29 16:07:22 +0100
commit42f7a448dbc5d550b1d7f0ee6b622acccaed1d12 (patch)
treed8d6bebe5d5deb9d7f2efdb0b997c56745f6dcfc /crypto/cipher-gcrypt.c
parentmigration: Clean up includes (diff)
downloadqemu-42f7a448dbc5d550b1d7f0ee6b622acccaed1d12.tar.gz
qemu-42f7a448dbc5d550b1d7f0ee6b622acccaed1d12.tar.xz
qemu-42f7a448dbc5d550b1d7f0ee6b622acccaed1d12.zip
crypto: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453832250-766-3-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'crypto/cipher-gcrypt.c')
-rw-r--r--crypto/cipher-gcrypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/cipher-gcrypt.c b/crypto/cipher-gcrypt.c
index c4f811487a..56d4c9d10b 100644
--- a/crypto/cipher-gcrypt.c
+++ b/crypto/cipher-gcrypt.c
@@ -18,6 +18,7 @@
*
*/
+#include "qemu/osdep.h"
#include <gcrypt.h>