diff options
| author | root <root> | 2007-11-24 07:14:49 +0000 | 
|---|---|---|
| committer | root <root> | 2007-11-24 07:14:49 +0000 | 
| commit | f3ca3041956ddaad8a69ec7f6214c25f9346f048 (patch) | |
| tree | 11cc67e1ed875867896899afc898ac9c23817c46 | |
| parent | e47953f244654c540fd11cdce71f46c6dd5a7b64 (diff) | |
*** empty log message ***
| -rw-r--r-- | ev.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -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 */ | 
