From 76f113b751cabe959652efd685e7dfe519583e79 Mon Sep 17 00:00:00 2001 From: chummm Date: Thu, 26 Dec 2013 23:31:03 +0000 Subject: [PATCH] fix cygwin compilation --- other/websockify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/other/websockify.c b/other/websockify.c index 4032171..a093e1c 100644 --- a/other/websockify.c +++ b/other/websockify.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include "websocket.h"