From e49d4a3e8b0fe424ac8a64ec4bdece312191ae38 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Wed, 26 Jun 2019 16:25:22 +0200 Subject: [PATCH] basename is in libgen.h also in MinGW --- src/utils/thread.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/thread.c b/src/utils/thread.c index 0ce26323e..e593333f8 100644 --- a/src/utils/thread.c +++ b/src/utils/thread.c @@ -44,9 +44,7 @@ #ifdef HAVE_SETTHREADDESCRIPTION #include #endif -#ifndef WIN32 #include -#endif #include "host.h" #include "utils/thread.h"