summaryrefslogtreecommitdiffstats
path: root/crypto/cipher.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:16:55 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:29:55 -0600
commit538f6a91b298a8cbcf2e6f2e2e8b8233129b17b6 (patch)
tree16d2c9c8a53d5b8808e0f4c7f44720a61cf5a777 /crypto/cipher.c
parentc6d7d99270b20abdf3fd8aaf7e7433248e44dfed (diff)
downloadhqemu-538f6a91b298a8cbcf2e6f2e2e8b8233129b17b6.zip
hqemu-538f6a91b298a8cbcf2e6f2e2e8b8233129b17b6.tar.gz
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.c')
-rw-r--r--crypto/cipher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/cipher.c b/crypto/cipher.c
index 7c33348..076dff0 100644
--- a/crypto/cipher.c
+++ b/crypto/cipher.c
@@ -18,6 +18,7 @@
*
*/
+#include "qemu/osdep.h"
#include "crypto/cipher.h"
OpenPOWER on IntegriCloud