error-report.h: Supply missing include

Missed in commit e5924d8.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Laszlo "ever the optimist" Ersek <lersek@redhat.com>
Message-id: 1370610036-10577-2-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
master
Markus Armbruster 2013-06-07 15:00:31 +02:00 committed by Anthony Liguori
parent 301255e630
commit b293796fd7
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#define QEMU_ERROR_H
#include <stdarg.h>
#include "qemu/compiler.h"
typedef struct Location {
/* all members are private to qemu-error.c */