abg-tools-utils: add missing header include guards

* include/abg-tools-utils.h: add header include guards

Signed-off-by: Matthias Maennich <maennich@google.com>
This commit is contained in:
Matthias Maennich 2019-07-09 09:22:22 +01:00 committed by Dodji Seketeli
parent beededda29
commit 85f185a684

View File

@ -20,6 +20,9 @@
///@file
#ifndef __ABG_TOOLS_UTILS_H
#define __ABG_TOOLS_UTILS_H
#include <string>
#include <set>
#include <ostream>
@ -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