From: Peter Krempa Date: Wed, 2 Aug 2017 15:28:55 +0000 (+0200) Subject: util: hash: Include stdbool.h in the header file X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8982f3ab20194e23e34205c4165602a03ada8b56;p=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. --- diff --git a/src/util/virhash.h b/src/util/virhash.h index 00b2550e70..5b24fc0006 100644 --- a/src/util/virhash.h +++ b/src/util/virhash.h @@ -14,6 +14,7 @@ # define __VIR_HASH_H__ # include +# include /* * The hash table.