]> git.ipfire.org Git - thirdparty/systemd.git/commit
Include time.h in sd-event.h
authorNathaniel McCallum <npmccallum@redhat.com>
Wed, 24 Jan 2018 14:53:49 +0000 (09:53 -0500)
committerLennart Poettering <lennart@poettering.net>
Wed, 24 Jan 2018 15:34:57 +0000 (16:34 +0100)
commit2b97a9573f0bd77a91453693e0af622450a13df7
tree3e10e78e5c5c8d051498ec72385a0176829c1eb0
parent7d94e8a4b3140d92197221ab4fc2ceb45fcae464
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