mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Include util.h and remove ifdef for Linux
This commit is contained in:
parent
d7d40366bd
commit
65a01f9636
1 changed files with 1 additions and 4 deletions
5
noice.c
5
noice.c
|
@ -15,11 +15,8 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef LINUX
|
||||
#include <bsd/string.h>
|
||||
#endif
|
||||
|
||||
#include "queue.h"
|
||||
#include "util.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
#define DEBUG_FD 8
|
||||
|
|
Loading…
Add table
Reference in a new issue