chiark / gitweb /
Include time.h in sd-event.h
authorNathaniel McCallum <npmccallum@redhat.com>
Wed, 24 Jan 2018 14:53:49 +0000 (09:53 -0500)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:50:15 +0000 (07:50 +0200)
commit8e735ec0a1f35b1a92576806404ed722403b7395
treeeba3ebd2ffc0c8fe3a0666d7def125eaa88856fc
parent74ce38c8f2da4ce4a8a089fc78d4742645ead085
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