mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-03 15:00:14 +01:00
Fix compile error on opensuse 12.2 with systemd 44 and glibc-2.15.
The specific systemd/glibc version do not include syslog.h by default. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73455 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
7457a44011
commit
46f591b2be
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@
|
|||
#include <errno.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYSTEMD
|
||||
#ifdef HAVE_SYSLOG_H
|
||||
#include <syslog.h>
|
||||
#endif
|
||||
#include <systemd/sd-journal.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue