]> xenbits.xensource.com Git - libvirt.git/commitdiff
util: hash: Include stdbool.h in the header file
authorPeter Krempa <pkrempa@redhat.com>
Wed, 2 Aug 2017 15:28:55 +0000 (17:28 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 3 Aug 2017 07:49:15 +0000 (09:49 +0200)
The functions declared in virhash.h return bool, but stdbool.h was not
included.

src/util/virhash.h

index 00b2550e70abdc65abaac81fa8a75f0ae8a98dc7..5b24fc0006cb5967f9b9acac3b8864b60a179ab5 100644 (file)
@@ -14,6 +14,7 @@
 # define __VIR_HASH_H__
 
 # include <stdint.h>
+# include <stdbool.h>
 
 /*
  * The hash table.