]> git.llucax.com Git - software/libev.git/blobdiff - ev.h
try to programmatically integrate libevent
[software/libev.git] / ev.h
diff --git a/ev.h b/ev.h
index 1e88f025120e793166c55d4d45d84e27705555a2..bcb18e466368d18aee36481f7f1b2378f4e44c0c 100644 (file)
--- a/ev.h
+++ b/ev.h
@@ -86,7 +86,7 @@ typedef double ev_tstamp;
 
 #define EV_WATCHER_LIST(type)                  \
   EV_WATCHER (type);                           \
-  struct type *next /* private */
+  struct ev_watcher_list *next /* private */
 
 #define EV_WATCHER_TIME(type)                  \
   EV_WATCHER (type);                           \