ports/x11/gdm/files/patch-daemon_gdm-session-worker-job.c
2022-01-31 13:06:19 -08:00

12 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>