target-i386: Include log.h in smm_helper

Fixes a compilation error
This commit is contained in:
Lioncash 2018-02-24 03:06:06 -05:00
parent 128f7c078a
commit 05963470a2
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -18,6 +18,7 @@
*/
#include "qemu/osdep.h"
#include "qemu/log.h"
#include "cpu.h"
#include "exec/helper-proto.h"