X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Fcrypto%2Faes.c;h=3456eacd0870725b8bebde1a0ff654138985953f;hb=437fd90c0250dee670290f9b714253671a990160;hp=244a388eba0c3d20e0fe66b2538c12b59f1c55a9;hpb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;p=kvmfornfv.git 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"