[libvirt] [PATCH] util: add stdlib.h include for abort() prototype

Daniel P. Berrangé berrange at redhat.com
Fri Oct 18 14:46:04 UTC 2019


Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---

Pushed as a build fix for Mingw

 src/util/glibcompat.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/util/glibcompat.c b/src/util/glibcompat.c
index 25dedf0ed5..3f830840cf 100644
--- a/src/util/glibcompat.c
+++ b/src/util/glibcompat.c
@@ -18,6 +18,8 @@
 
 #include <config.h>
 
+#include <stdlib.h>
+
 #include "glibcompat.h"
 
 #undef g_strdup_printf
-- 
2.21.0




More information about the libvir-list mailing list