]> Git Repo - qemu.git/commitdiff
error-report.h: Supply missing include
authorMarkus Armbruster <[email protected]>
Fri, 7 Jun 2013 13:00:31 +0000 (15:00 +0200)
committerAnthony Liguori <[email protected]>
Fri, 14 Jun 2013 13:58:56 +0000 (08:58 -0500)
Missed in commit e5924d8.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Laszlo "ever the optimist" Ersek <[email protected]>
Message-id: 1370610036[email protected]
Signed-off-by: Anthony Liguori <[email protected]>
include/qemu/error-report.h

index c902cc10de96fc4a3ae721e1a2de271d3595972f..14c1719ad282dc67622b6a4531c78dc319704dbc 100644 (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 */
This page took 0.028076 seconds and 4 git commands to generate.