]> git.ipfire.org Git - thirdparty/chrony.git/commit
logging: include <syslog.h>
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 23 Oct 2019 15:23:35 +0000 (17:23 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 24 Oct 2019 09:03:47 +0000 (11:03 +0200)
commit903fa247f8ac80a5503cea1f1fff7c7b1068f1de
treeca1a730fc0539414c579905f1c3a6bb68fb6dad6
parent96771d68574dfc8da125480838f96c38efd2f0cc
logging: include <syslog.h>

Move the inclusion of <syslog.h> from sysincl.h to logging.c to avoid
accidentally using the LOG_* constants from the header.
logging.c
sysincl.h