From: Marek VavruĊĦa Date: Sat, 13 Jun 2015 20:35:46 +0000 (+0200) Subject: daemon/worker: argh X-Git-Tag: v1.0.0-beta1~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0982bb330c6d0ffa285750bef95d426105f1cce;p=thirdparty%2Fknot-resolver.git daemon/worker: argh --- diff --git a/daemon/worker.c b/daemon/worker.c index 8b7042313..da4be1a45 100644 --- a/daemon/worker.c +++ b/daemon/worker.c @@ -14,13 +14,13 @@ along with this program. If not, see . */ -#if defined(__GLIBC__) && defined(_GNU_SOURCE) -#include -#endif #include #include #include #include +#if defined(__GLIBC__) && defined(_GNU_SOURCE) +#include +#endif #include "daemon/worker.h" #include "daemon/engine.h"