1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-02-03 17:47:15 +03:00

daemon: Include stdlib.h in dispatch.c

Otherwise GCC complains about malloc being unknown on FreeBSD.
This commit is contained in:
Matthias Bolte 2010-11-13 12:28:48 +01:00
parent 96390edc21
commit 89928d2c46

View File

@ -24,6 +24,7 @@
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdbool.h>