summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
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;