summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2008-11-17 03:37:08 +0000
committerroot <root>2008-11-17 03:37:08 +0000
commitc27a91776c880e9033a7a508953a37a64adf8e32 (patch)
tree34a5fa0f008dcf81d89d16954cd89b6b260dd2b3 /ev.pod
parent30085edcf5bec67cf26e3142f7a72bb96b8d6cd5 (diff)
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/ev.pod b/ev.pod
index a892694..48e39da 100644
--- a/ev.pod
+++ b/ev.pod
@@ -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;