From: Lennart Poettering Date: Thu, 10 Jul 2014 16:25:08 +0000 (+0200) Subject: event: pull in sd-event.h from event-util.h X-Git-Tag: v216~687 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=138992534878483de28417dfc61c546bba5cb8ad event: pull in sd-event.h from event-util.h --- diff --git a/src/libsystemd/sd-event/event-util.h b/src/libsystemd/sd-event/event-util.h index e58020ded..e7cad9be4 100644 --- a/src/libsystemd/sd-event/event-util.h +++ b/src/libsystemd/sd-event/event-util.h @@ -22,6 +22,7 @@ ***/ #include "util.h" +#include "sd-event.h" DEFINE_TRIVIAL_CLEANUP_FUNC(sd_event*, sd_event_unref); DEFINE_TRIVIAL_CLEANUP_FUNC(sd_event_source*, sd_event_source_unref);