From 7a7ccaae37f30c85a2a53b90ccd92bcb76b6bcd8 Mon Sep 17 00:00:00 2001
From: Arun Prakash Jana <engineerarun@gmail.com>
Date: Tue, 28 Aug 2018 19:36:10 +0530
Subject: [PATCH] Include header for ffs()

---
 nnn.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nnn.c b/nnn.c
index f3619d30..abb90b5e 100644
--- a/nnn.c
+++ b/nnn.c
@@ -71,6 +71,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <time.h>
 #include <unistd.h>
 #ifndef __USE_XOPEN_EXTENDED
-- 
2.51.0