Windows ws build fix

This commit is contained in:
Benjamin Sergeant
2020-01-07 17:37:38 -08:00
parent f4a7277d61
commit 1320e4ddaf
2 changed files with 7 additions and 3 deletions

View File

@ -21,6 +21,9 @@
#ifndef _WIN32
#include <signal.h>
#else
#include <process.h>
#define getpid _getpid
#endif