From 8eaf72b24298b3c7c6e33812b1410b1ee3bb33c6 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Nov 2007 01:07:35 +0000 Subject: fix bug --- ev_vars.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ev_vars.h') diff --git a/ev_vars.h b/ev_vars.h index 7e70143..77fa3d0 100644 --- a/ev_vars.h +++ b/ev_vars.h @@ -59,9 +59,11 @@ VARx(struct ev_timer **, timers) VARx(int, timermax) VARx(int, timercnt) +#if EV_PERIODICS || EV_GENWRAP VARx(struct ev_periodic **, periodics) VARx(int, periodicmax) VARx(int, periodiccnt) +#endif VARx(struct ev_idle **, idles) VARx(int, idlemax) -- cgit v1.2.3