]> xenbits.xensource.com Git - libvirt.git/commitdiff
util: add stdlib.h include for abort() prototype
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 18 Oct 2019 14:43:39 +0000 (15:43 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 18 Oct 2019 14:43:39 +0000 (15:43 +0100)
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/util/glibcompat.c

index 25dedf0ed5df3a13171411458667ce9fff7f9337..3f830840cf13b817cc9b210626f7e3da575553fd 100644 (file)
@@ -18,6 +18,8 @@
 
 #include <config.h>
 
+#include <stdlib.h>
+
 #include "glibcompat.h"
 
 #undef g_strdup_printf