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:
Peter Krempa 2017-08-02 17:28:55 +02:00
parent cc6d43bb49
commit 8982f3ab20

View File

@ -14,6 +14,7 @@
# define __VIR_HASH_H__
# include <stdint.h>
# include <stdbool.h>
/*
* The hash table.