]> git.proxmox.com Git - qemu.git/blobdiff - error.c
error framework: Fix compilation for w32/w64
[qemu.git] / error.c
diff --git a/error.c b/error.c
index 867eec2c1af8e5cf555d5068086729e66d1484b2..74d7398b586e688a96c8bdd2fda0d27248867df7 100644 (file)
--- a/error.c
+++ b/error.c
@@ -9,11 +9,12 @@
  * This work is licensed under the terms of the GNU LGPL, version 2.  See
  * the COPYING.LIB file in the top-level directory.
  */
+
+#include "qemu-common.h"
 #include "error.h"
 #include "error_int.h"
 #include "qemu-objects.h"
 #include "qerror.h"
-#include <assert.h>
 
 struct Error
 {