From 8e735ec0a1f35b1a92576806404ed722403b7395 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Wed, 24 Jan 2018 09:53:49 -0500 Subject: [PATCH] Include time.h in sd-event.h The time-related functions in sd-event.h take as inputs constants (CLOCK_*) defined in time.h. By including time.h in sd-event.h, we free the developer from having to do this manually. --- src/systemd/sd-event.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/systemd/sd-event.h b/src/systemd/sd-event.h index 57c1692fc..7b25d0c95 100644 --- a/src/systemd/sd-event.h +++ b/src/systemd/sd-event.h @@ -26,6 +26,7 @@ #include #include #include +//#include #include "_sd-common.h" -- 2.30.2