From 65a01f96363e7c6e1a7d479f18cacde8e32eb2a0 Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 21 Oct 2014 11:37:34 +0100 Subject: [PATCH] Include util.h and remove ifdef for Linux --- noice.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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