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:
parent
ff39794eb7
commit
c708bda0f4
1 changed files with 3 additions and 0 deletions
|
@ -164,6 +164,9 @@ typedef unsigned long long lws_intptr_t;
|
||||||
#ifdef LWS_HAVE_UV_VERSION_H
|
#ifdef LWS_HAVE_UV_VERSION_H
|
||||||
#include <uv-version.h>
|
#include <uv-version.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LWS_HAVE_NEW_UV_VERSION_H
|
||||||
|
#include <uv/version.h>
|
||||||
|
#endif
|
||||||
#endif /* LWS_WITH_LIBUV */
|
#endif /* LWS_WITH_LIBUV */
|
||||||
#if defined(LWS_WITH_LIBEVENT)
|
#if defined(LWS_WITH_LIBEVENT)
|
||||||
#include <event2/event.h>
|
#include <event2/event.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue