summaryrefslogtreecommitdiff
path: root/source3/include/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/event.h')
-rw-r--r--source3/include/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/event.h b/source3/include/event.h
index d69b333336..1e5dfaba5e 100644
--- a/source3/include/event.h
+++ b/source3/include/event.h
@@ -25,7 +25,7 @@
#define event_context_init(mem_ctx) s3_tevent_context_init(mem_ctx)
/* The following definitions come from lib/events.c */
-
+struct pollfd;
struct timeval *get_timed_events_timeout(struct event_context *event_ctx,
struct timeval *to_ret);
void dump_event_list(struct event_context *event_ctx);