From 1eea5fe8daf26e50179da873ffcc4f96672b67ac Mon Sep 17 00:00:00 2001 From: prokushev Date: Tue, 22 Oct 2024 11:06:39 +0700 Subject: [PATCH] fix test --- tools/bind/bind.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/bind/bind.c b/tools/bind/bind.c index 0333e8796..d4feffbd2 100644 --- a/tools/bind/bind.c +++ b/tools/bind/bind.c @@ -12,7 +12,11 @@ #include #include #include +#ifdef __UNIX__ +#include +#else #include +#endif #ifndef DWORD #define DWORD unsigned long