diff options
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -366,7 +366,7 @@ union ev_any_watcher #if EV_EMBED_ENABLE struct ev_embed embed; #endif -#if EV_ASYND_ENABLE +#if EV_ASYNC_ENABLE struct ev_async async; #endif }; |