Blame SOURCES/0009-Make-path-helpers.c-also-import-fix_coverity.h.patch

821f82
From 025f791b57c988d33249c5c33250229fa0e7e8f1 Mon Sep 17 00:00:00 2001
821f82
From: Peter Jones <pjones@redhat.com>
821f82
Date: Thu, 14 Jun 2018 12:15:03 -0400
821f82
Subject: [PATCH 09/17] Make path-helpers.c also import fix_coverity.h
821f82
821f82
Signed-off-by: Peter Jones <pjones@redhat.com>
821f82
---
821f82
 src/path-helpers.c | 1 +
821f82
 1 file changed, 1 insertion(+)
821f82
821f82
diff --git a/src/path-helpers.c b/src/path-helpers.c
821f82
index 1de00860d92..1b328071587 100644
821f82
--- a/src/path-helpers.c
821f82
+++ b/src/path-helpers.c
821f82
@@ -16,6 +16,7 @@
821f82
  * License along with this library; if not, see
821f82
  * <http://www.gnu.org/licenses/>.
821f82
  */
821f82
+#include "fix_coverity.h"
821f82
 
821f82
 #include "efivar.h"
821f82
 
821f82
-- 
821f82
2.17.1
821f82