From 8982f3ab20194e23e34205c4165602a03ada8b56 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 2 Aug 2017 17:28:55 +0200 Subject: [PATCH] util: hash: Include stdbool.h in the header file The functions declared in virhash.h return bool, but stdbool.h was not included. --- src/util/virhash.h | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5