From c0ed6d1d04a49147742aabc17788c7b9a09fe8d6 Mon Sep 17 00:00:00 2001
From: Arun Prakash Jana <engineerarun@gmail.com>
Date: Sat, 19 Jun 2021 21:04:21 +0530
Subject: [PATCH] Fix compilation error when FIFO is disabled

---
 src/nnn.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/nnn.c b/src/nnn.c
index a8af1736..f236a666 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -6419,12 +6419,12 @@ nochange:
 				printwait(messages[MSG_UNSUPPORTED], &presel);
 				goto nochange;
                         }
-
+#ifndef NOFIFO
 			if (g_state.explorer && sel == SEL_OPEN) {
 				notify_fifo(TRUE, TRUE);
 				goto nochange;
 			}
-
+#endif
 			/* If opened as vim plugin and Enter/^M pressed, pick */
 			if (g_state.picker && sel == SEL_OPEN) {
 				appendfpath(newpath, mkpath(path, pent->name, newpath));
-- 
2.51.0