Blame SOURCES/0001-fix-build-with-newt-0.52.15.patch

2186fd
From db5beed85ae8e9cf35ed94d2e3c78c6b469b2d63 Mon Sep 17 00:00:00 2001
2186fd
From: Dan Winship <danw@gnome.org>
2186fd
Date: Mon, 4 Nov 2013 10:47:48 -0500
2186fd
Subject: [PATCH] fix build with newt 0.52.15
2186fd
2186fd
---
2186fd
 nmt-newt-popup.c | 1 +
2186fd
 1 file changed, 1 insertion(+)
2186fd
2186fd
diff --git a/nmt-newt-popup.c b/nmt-newt-popup.c
2186fd
index f6c427e..6f37243 100644
2186fd
--- a/nmtui-0.0.1/nmt-newt-popup.c
2186fd
+++ b/nmtui-0.0.1/nmt-newt-popup.c
2186fd
@@ -22,6 +22,7 @@
2186fd
 
2186fd
 #include "nmt-newt-popup.h"
2186fd
 #include "nmt-newt-form.h"
2186fd
+#include "nmt-newt-hacks.h"
2186fd
 #include "nmt-newt-listbox.h"
2186fd
 #include "nmt-newt-utils.h"
2186fd
 
2186fd
-- 
2186fd
1.8.4.2
2186fd