From 19150115bb7b3219055b7a8fe196da3d450836f1 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 1 Oct 2019 16:12:16 -0700 Subject: [PATCH] ws: Signal handling code isn't include on Windows --- ws/ws.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ws/ws.cpp b/ws/ws.cpp index 0636e6be..2e06b76f 100644 --- a/ws/ws.cpp +++ b/ws/ws.cpp @@ -20,6 +20,10 @@ #include #include +#ifndef _WIN32 +#include +#endif + int main(int argc, char** argv) {