summaryrefslogtreecommitdiff
path: root/event.c
diff options
context:
space:
mode:
authorroot <root>2007-11-04 18:15:16 +0000
committerroot <root>2007-11-04 18:15:16 +0000
commitf4f2094b6a36eac7778c5091ee4160a2f403e808 (patch)
tree9ae36e29f57376f52564c5650904a85867e80a7f /event.c
parent09afb91b133ca557fff35e047127e8c883141c30 (diff)
*** empty log message ***
Diffstat (limited to 'event.c')
-rw-r--r--event.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/event.c b/event.c
index 83fa711..04bd373 100644
--- a/event.c
+++ b/event.c
@@ -34,9 +34,8 @@
#include <sys/time.h>
#include <assert.h>
-#ifndef EV_EMBED
-# include "event.h"
-#endif
+#include "ev.h"
+#include "event.h"
#if EV_MULTIPLICITY
# define dLOOPev struct ev_loop *loop = (struct ev_loop *)ev->ev_base
@@ -112,7 +111,7 @@ int event_dispatch (void)
return event_base_dispatch (x_cur);
}
-#ifdef EV_EMBED
+#ifdef EV_STANDALONE
void event_set_log_callback (event_log_cb cb)
{
/* nop */