diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:16:55 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:22 +0000 |
| commit | 42f7a448dbc5d550b1d7f0ee6b622acccaed1d12 (patch) | |
| tree | d8d6bebe5d5deb9d7f2efdb0b997c56745f6dcfc /crypto/cipher-nettle.c | |
| parent | 1393a48526078cda985759c459de9bc803e0e4fe (diff) | |
| download | focaccia-qemu-42f7a448dbc5d550b1d7f0ee6b622acccaed1d12.tar.gz focaccia-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-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> |