noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit 65a01f96363e7c6e1a7d479f18cacde8e32eb2a0
parent d7d40366bdaf521573f0f6f6e7cd4d4c16125f46
Author: sin <sin@2f30.org>
Date:   Tue, 21 Oct 2014 11:37:34 +0100

Include util.h and remove ifdef for Linux

Diffstat:
Mnoice.c | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/noice.c b/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