forked from pool/systemd
25 lines
713 B
Diff
25 lines
713 B
Diff
From 138992534878483de28417dfc61c546bba5cb8ad Mon Sep 17 00:00:00 2001
|
|
From: Lennart Poettering <lennart@poettering.net>
|
|
Date: Thu, 10 Jul 2014 18:25:08 +0200
|
|
Subject: [PATCH] event: pull in sd-event.h from event-util.h
|
|
|
|
---
|
|
src/libsystemd/sd-event/event-util.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git src/libsystemd/sd-event/event-util.h src/libsystemd/sd-event/event-util.h
|
|
index e58020d..e7cad9b 100644
|
|
--- src/libsystemd/sd-event/event-util.h
|
|
+++ 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);
|
|
--
|
|
1.7.9.2
|
|
|