fix windows build

We really should not have pkgconfig as a build requirement on windows.
This commit is contained in:
Eric Wild
2020-11-01 00:54:06 +01:00
parent ed0317e6a5
commit 0847e93e08
3 changed files with 26 additions and 10 deletions

View File

@ -35,6 +35,7 @@
#include <fcntl.h>
#else
#include <winsock2.h>
#include <WS2tcpip.h>
#include "getopt/getopt.h"
#endif