diff options
| author | 2014-10-21 11:37:34 +0100 | |
|---|---|---|
| committer | 2014-10-21 11:37:34 +0100 | |
| commit | 65a01f96363e7c6e1a7d479f18cacde8e32eb2a0 (patch) | |
| tree | 0d3038f350e95c65a5c6213268b17400f42754ef | |
| parent | d7d40366bdaf521573f0f6f6e7cd4d4c16125f46 (diff) | |
| download | nnn-65a01f96363e7c6e1a7d479f18cacde8e32eb2a0.tar.gz | |
Include util.h and remove ifdef for Linux
| -rw-r--r-- | noice.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |