mirror of https://gitee.com/openkylin/libvirt.git
util: add stdlib.h include for abort() prototype
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
9706476254
commit
afbdc8495e
|
@ -18,6 +18,8 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "glibcompat.h"
|
||||
|
||||
#undef g_strdup_printf
|
||||
|
|
Loading…
Reference in New Issue