From f81de715222e693303669e6dd69298d323d2a776 Mon Sep 17 00:00:00 2001 From: chummm Date: Fri, 27 Dec 2013 01:58:32 +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"