mirror of https://gitee.com/openkylin/libvirt.git
util: hash: Include stdbool.h in the header file
The functions declared in virhash.h return bool, but stdbool.h was not included.
This commit is contained in:
parent
cc6d43bb49
commit
8982f3ab20
|
@ -14,6 +14,7 @@
|
||||||
# define __VIR_HASH_H__
|
# define __VIR_HASH_H__
|
||||||
|
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
|
# include <stdbool.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The hash table.
|
* The hash table.
|
||||||
|
|
Loading…
Reference in New Issue