diff --git a/src/server.c b/src/server.c index cea5774..7afa467 100644 --- a/src/server.c +++ b/src/server.c @@ -18,6 +18,10 @@ #define TTYD_VERSION "unknown" #endif +#if LWS_LIBRARY_VERSION_NUMBER == 3002000 +#error "libwebsockets 3.2.0 is not compatible with ttyd." +#endif + volatile bool force_exit = false; struct lws_context *context; struct tty_server *server;