From 85f185a68415bc3e71f1f99a04fa62ab43b053d5 Mon Sep 17 00:00:00 2001 From: Matthias Maennich Date: Tue, 9 Jul 2019 09:22:22 +0100 Subject: [PATCH] abg-tools-utils: add missing header include guards * include/abg-tools-utils.h: add header include guards Signed-off-by: Matthias Maennich --- include/abg-tools-utils.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/abg-tools-utils.h b/include/abg-tools-utils.h index a63f4db9..4d35d53a 100644 --- a/include/abg-tools-utils.h +++ b/include/abg-tools-utils.h @@ -20,6 +20,9 @@ ///@file +#ifndef __ABG_TOOLS_UTILS_H +#define __ABG_TOOLS_UTILS_H + #include #include #include @@ -304,3 +307,5 @@ build_corpus_group_from_kernel_dist_under(const string& root, abort(); \ } while (false) }//end namespace abigail + +#endif //__ABG_TOOLS_UTILS_H -- 2.34.1