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: http://git-history.diyao.me/?a=commitdiff_plain;h=138992534878483de28417dfc61c546bba5cb8ad;p=systemd%2F.git 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 e58020dedf..e7cad9be46 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);