summaryrefslogtreecommitdiff
path: root/event.c
diff options
context:
space:
mode:
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 */