Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
prokushev committed Oct 22, 2024
1 parent 8226970 commit 1eea5fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/bind/bind.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#ifdef __UNIX__
#include <stat.h>
#else
#include <direct.h>
#endif

#ifndef DWORD
#define DWORD unsigned long
Expand Down

0 comments on commit 1eea5fe

Please sign in to comment.