mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 18:05:20 +00:00
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__
|
||||
|
||||
# include <stdint.h>
|
||||
# include <stdbool.h>
|
||||
|
||||
/*
|
||||
* The hash table.
|
||||
|
Loading…
x
Reference in New Issue
Block a user