]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
daemon/worker: argh
authorMarek Vavruša <marek.vavrusa@nic.cz>
Sat, 13 Jun 2015 20:35:46 +0000 (22:35 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Sat, 13 Jun 2015 20:35:46 +0000 (22:35 +0200)
daemon/worker.c

index 8b70423134ffc8b1e1bc91a85f60079329214fe6..da4be1a459e1530896352b23756f9a3258d975bb 100644 (file)
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#if defined(__GLIBC__) && defined(_GNU_SOURCE)
-#include <malloc.h>
-#endif
 #include <uv.h>
 #include <libknot/packet/pkt.h>
 #include <libknot/internal/net.h>
 #include <ucw/mempool.h>
+#if defined(__GLIBC__) && defined(_GNU_SOURCE)
+#include <malloc.h>
+#endif
 
 #include "daemon/worker.h"
 #include "daemon/engine.h"