summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.h b/ev.h
index 213e20c..74fb059 100644
--- a/ev.h
+++ b/ev.h
@@ -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
};