Blob Blame History Raw
From dd2c47a7e2fead8fe8c4399def4ffb2d441b1483 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Thu, 18 Aug 2016 11:18:19 -0400
Subject: [PATCH] RHEL 7: p2v: Fix build warning.

---
 p2v/kernel.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/p2v/kernel.c b/p2v/kernel.c
index 455af3e..07d0d83 100644
--- a/p2v/kernel.c
+++ b/p2v/kernel.c
@@ -26,6 +26,7 @@
 #include <inttypes.h>
 #include <unistd.h>
 #include <errno.h>
+#include <error.h>
 #include <assert.h>
 #include <locale.h>
 #include <libintl.h>
-- 
2.7.4