From 917361d87dda3938969782d9fcb4994dff5d754e Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 22 Jul 2021 16:19:06 -0400 Subject: [PATCH] windows: fd.c needs internal.h for logerror() --- src/lib/fd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/fd.c b/src/lib/fd.c index 41e91ec6a..9073e3d18 100644 --- a/src/lib/fd.c +++ b/src/lib/fd.c @@ -1,6 +1,8 @@ +#include #include #include #include +#include "internal.h" #ifndef __MINGW64__ #include #include @@ -18,7 +20,6 @@ #else #define NCPOLLEVENTS (POLLIN) #endif -#include "internal.h" // release the memory and fd, but don't join the thread (since we might be // getting called within the thread's context, on a callback).