summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2023-12-22 09:54:43 +0100
committerYegor Yefremov <yegorslists@googlemail.com>2024-01-05 21:39:25 +0100
commitc8437611f05ec6c70f65075dbbe4abc4449161f7 (patch)
treec8e644caf7d8d315bd12355811494c1acdbbf4a0 /meson.build
parent686ab492cfd8a63f38e8c04e80119794e90b9efa (diff)
gmessages: add syslog support
Introduce g_log_writer_syslog() that is suitable for use as a GLogWriterFunc and sends the log message to the syslog daemon. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 471e3eaba..909ddd26c 100644
--- a/meson.build
+++ b/meson.build
@@ -414,6 +414,7 @@ headers = [
'sys/vfstab.h',
'sys/vmount.h',
'sys/wait.h',
+ 'syslog.h',
'termios.h',
'unistd.h',
'values.h',