From 82d35c619ce8cd2203b564164f78d534dbf6b31c Mon Sep 17 00:00:00 2001 From: Chris Custine Date: Sun, 10 Apr 2011 23:37:29 -0600 Subject: [PATCH] Include unistd.h to compile websockify on Mac OS X --- other/websocket.c | 1 + 1 file changed, 1 insertion(+) diff --git a/other/websocket.c b/other/websocket.c index f73bb22..5ceebf8 100644 --- a/other/websocket.c +++ b/other/websocket.c @@ -7,6 +7,7 @@ * openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem * as taken from http://docs.python.org/dev/library/ssl.html#certificates */ +#include #include #include #include