mirror of https://gitee.com/openkylin/libvirt.git
daemon: Include stdlib.h in dispatch.c
Otherwise GCC complains about malloc being unknown on FreeBSD.
This commit is contained in:
parent
96390edc21
commit
89928d2c46
|
@ -24,6 +24,7 @@
|
|||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue