mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-16 10:50:43 +03:00
lib/util: add syslog.h for ot_journal_print()
If we aren't including sd-journal, we may need this too.
This commit is contained in:
parent
5f2ab097d5
commit
5d08032aec
@ -23,8 +23,13 @@
|
||||
|
||||
#include <gio/gio.h>
|
||||
#include <string.h> /* Yeah...let's just do that here. */
|
||||
#include <syslog.h>
|
||||
#include <libglnx.h>
|
||||
|
||||
#ifdef HAVE_LIBSYSTEMD
|
||||
#include <systemd/sd-journal.h>
|
||||
#endif
|
||||
|
||||
/* https://bugzilla.gnome.org/show_bug.cgi?id=766370 */
|
||||
#if !GLIB_CHECK_VERSION(2, 49, 3)
|
||||
#define OT_VARIANT_BUILDER_INITIALIZER {{0,}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user