mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
a69eab30db
Differential Revision: https://reviews.freebsd.org/D34088
13 lines
280 B
C
13 lines
280 B
C
--- daemon/gdm-session-worker-job.c.orig 2022-01-12 14:15:56 UTC
|
|
+++ daemon/gdm-session-worker-job.c
|
|
@@ -36,7 +36,9 @@
|
|
#include <sys/prctl.h>
|
|
#endif
|
|
|
|
+#ifdef WITH_SYSTEMD
|
|
#include <systemd/sd-daemon.h>
|
|
+#endif
|
|
|
|
#ifdef ENABLE_SYSTEMD_JOURNAL
|
|
#include <systemd/sd-journal.h>
|