diff options
author | root <root> | 2008-11-17 03:37:08 +0000 |
---|---|---|
committer | root <root> | 2008-11-17 03:37:08 +0000 |
commit | c27a91776c880e9033a7a508953a37a64adf8e32 (patch) | |
tree | 34a5fa0f008dcf81d89d16954cd89b6b260dd2b3 /ev.pod | |
parent | 30085edcf5bec67cf26e3142f7a72bb96b8d6cd5 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ libev - a high performance full-featured event loop written in C // a single header file is required #include <ev.h> + #include <stdio.h> // for puts + // every watcher type has its own typedef'd struct // with the name ev_TYPE ev_io stdin_watcher; |