1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-21 09:57:55 +03:00

Include header for ffs()

This commit is contained in:
Arun Prakash Jana 2018-08-28 19:36:10 +05:30
parent 2401d6dc70
commit 7a7ccaae37
No known key found for this signature in database
GPG Key ID: A75979F35C080412

1
nnn.c
View File

@ -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