1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00

libwebsockets.h: include new libuv header

This commit is contained in:
Dominyk Tiller 2018-06-24 10:57:51 +08:00 committed by Andy Green
parent ff39794eb7
commit c708bda0f4

View file

@ -164,6 +164,9 @@ typedef unsigned long long lws_intptr_t;
#ifdef LWS_HAVE_UV_VERSION_H
#include <uv-version.h>
#endif
#ifdef LWS_HAVE_NEW_UV_VERSION_H
#include <uv/version.h>
#endif
#endif /* LWS_WITH_LIBUV */
#if defined(LWS_WITH_LIBEVENT)
#include <event2/event.h>