From 42f7a448dbc5d550b1d7f0ee6b622acccaed1d12 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:16:55 +0000 Subject: 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 Message-id: 1453832250-766-3-git-send-email-peter.maydell@linaro.org --- crypto/aes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/aes.c') diff --git a/crypto/aes.c b/crypto/aes.c index 244a388eba..3456eacd08 100644 --- a/crypto/aes.c +++ b/crypto/aes.c @@ -27,6 +27,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "crypto/aes.h" -- cgit v1.2.3