From 7043ccee92176c0968eb7f32ad0fc9015fdc3b74 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 19 Feb 2018 00:47:37 -0500 Subject: [PATCH] crypto: Clean up includes Backports commit 42f7a448dbc5d550b1d7f0ee6b622acccaed1d12 from qemu --- qemu/crypto/aes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/crypto/aes.c b/qemu/crypto/aes.c index 700158c1..cbf57150 100644 --- a/qemu/crypto/aes.c +++ b/qemu/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"