summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ev++.h b/ev++.h
index ce18ca0..f335926 100644
--- a/ev++.h
+++ b/ev++.h
@@ -309,6 +309,12 @@ namespace ev {
EV_END_WATCHER (embed, embed)
#endif
+ #if EV_FORK_ENABLE
+ EV_BEGIN_WATCHER (fork, fork)
+ void set () { }
+ EV_END_WATCHER (fork, fork)
+ #endif
+
#undef EV_CONSTRUCT
#undef EV_BEGIN_WATCHER
#undef EV_END_WATCHER