Fix headers for MUSL compatibility
commitcf95cbce4af653dcf64e6162f7d73e3a570becfb
authorPhilip Prindeville <philipp@redfish-solutions.com>
Fri, 17 Feb 2017 02:24:39 +0000 (16 19:24 -0700)
committerJens Rantil <jens.rantil@tink.se>
Sun, 19 Aug 2018 14:05:15 +0000 (19 16:05 +0200)
treeda1ec07609e47ccb5bc8c697d9fa44f11c9f2601
parentc607ebf5e22757c0bd3822199941f2af0c5fb1fc
Fix headers for MUSL compatibility

The MUSL headers generally don't like being included as <sys/foo.h>
when the preferred means is <foo.h> (example: time.h) and will
complain loudly when this happens.  It's unnecessary noise, and it
potentially draws attention from real warnings that might otherwise
be overlooked.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
sd-daemon.c