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