--- libev/ev.pod 2008/11/20 00:43:58 1.219 +++ libev/ev.pod 2008/11/20 11:25:15 1.220 @@ -45,7 +45,7 @@ main (void) { // use the default event loop unless you have special needs - ev_loop *loop = ev_default_loop (0); + struct ev_loop *loop = ev_default_loop (0); // initialise an io watcher, then start it // this one will watch for stdin to become readable