diff options
| author | 2018-08-28 19:36:10 +0530 | |
|---|---|---|
| committer | 2018-08-28 19:36:10 +0530 | |
| commit | 7a7ccaae37f30c85a2a53b90ccd92bcb76b6bcd8 (patch) | |
| tree | c64e7ddcc6d8cd976536939223993a4d466766a1 | |
| parent | 2401d6dc703e27efabe05b6983fdbdf0fb9c8834 (diff) | |
| download | nnn-7a7ccaae37f30c85a2a53b90ccd92bcb76b6bcd8.tar.gz | |
Include header for ffs()
| -rw-r--r-- | nnn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |