mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
event lib: fix LWS_WITH_GLIB typo
This commit is contained in:
parent
a638fcbbaa
commit
7b50dc8830
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ struct lws_signal_watcher {
|
|||
#ifdef LWS_WITH_LIBEVENT
|
||||
struct lws_signal_watcher_libevent event;
|
||||
#endif
|
||||
#ifdef LWS_WITH_LIBEVENT
|
||||
#ifdef LWS_WITH_GLIB
|
||||
struct lws_signal_watcher_glib glib;
|
||||
#endif
|
||||
struct lws_context *context;
|
||||
|
|
Loading…
Add table
Reference in a new issue