From 9674f986b58a546368342cbb70ee09761d018833 Mon Sep 17 00:00:00 2001 From: Marc Alexander Lehmann Date: Sat, 24 Nov 2007 07:14:49 +0000 Subject: [PATCH] *** empty log message *** --- ev.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ev.h b/ev.h index 500eb34..00b3baa 100644 --- a/ev.h +++ b/ev.h @@ -242,7 +242,9 @@ union ev_any_watcher struct ev_check check; struct ev_signal signal; struct ev_child child; +#if EV_MULTIPLICITY struct ev_embed embed; +#endif }; /* bits for ev_default_loop and ev_loop_new */