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/tlscredsx509.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/tlscredsx509.c') diff --git a/crypto/tlscredsx509.c b/crypto/tlscredsx509.c index d58fdea347..8664b825bf 100644 --- a/crypto/tlscredsx509.c +++ b/crypto/tlscredsx509.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include "crypto/tlscredsx509.h" #include "crypto/tlscredspriv.h" #include "crypto/secret.h" -- cgit v1.2.3-55-g7522