From: sin Date: Tue, 21 Oct 2014 10:37:34 +0000 (+0100) Subject: Include util.h and remove ifdef for Linux X-Git-Tag: v1.0~92^2~211 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=65a01f96363e7c6e1a7d479f18cacde8e32eb2a0;p=nnn.git Include util.h and remove ifdef for Linux --- diff --git a/noice.c b/noice.c index 59389ef0..3a9e241c 100644 --- a/noice.c +++ b/noice.c @@ -15,11 +15,8 @@ #include #include -#ifdef LINUX -#include -#endif - #include "queue.h" +#include "util.h" #ifdef DEBUG #define DEBUG_FD 8