diff --git a/lib/libwebsockets.h b/lib/libwebsockets.h index f78560b6..bbaef73a 100644 --- a/lib/libwebsockets.h +++ b/lib/libwebsockets.h @@ -1,7 +1,7 @@ /* * libwebsockets - small server side websockets and web server implementation * - * Copyright (C) 2010-2016 Andy Green + * Copyright (C) 2010-2017 Andy Green * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -62,6 +62,7 @@ typedef unsigned long long lws_intptr_t; #include #include #include +#include #ifndef _WIN32_WCE #include #else