mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
libwebsockets.h: include new libuv header
This commit is contained in:
parent
d2943ff866
commit
8869a6ce1d
1 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,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>
|
||||
|
|
Loading…
Add table
Reference in a new issue