fix stop function of idle/check/prepare/child

master
Marc Alexander Lehmann 2007-11-11 01:53:07 +00:00
parent 5ed487358f
commit 4bb24286d5
1 changed files with 6 additions and 2 deletions

8
ev.c
View File

@ -37,8 +37,12 @@ extern "C" {
# include "config.h"
# if HAVE_CLOCK_GETTIME
# define EV_USE_MONOTONIC 1
# define EV_USE_REALTIME 1
# ifndef EV_USE_MONOTONIC
# define EV_USE_MONOTONIC 1
# endif
# ifndef EV_USE_REALTIME
# define EV_USE_REALTIME 1
# endif
# endif
# if HAVE_SELECT && HAVE_SYS_SELECT_H && !defined (EV_USE_SELECT)