summaryrefslogtreecommitdiffstats
path: root/qemu/crypto/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/crypto/aes.c')
-rw-r--r--qemu/crypto/aes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/crypto/aes.c b/qemu/crypto/aes.c
index 244a388eb..3456eacd0 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"