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