diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/elput/elput_logind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elput/elput_logind.c b/src/lib/elput/elput_logind.c index 82ce11ff16..40e483ebe5 100644 --- a/src/lib/elput/elput_logind.c +++ b/src/lib/elput/elput_logind.c | |||
@@ -1,6 +1,6 @@ | |||
1 | #include "elput_private.h" | 1 | #include "elput_private.h" |
2 | 2 | ||
3 | #ifdef HAVE_SYSTEMD | 3 | #if defined(HAVE_SYSTEMD) || defined(HAVE_ELOGIND) |
4 | 4 | ||
5 | static void | 5 | static void |
6 | _logind_session_active_cb_free(void *data EINA_UNUSED, void *event) | 6 | _logind_session_active_cb_free(void *data EINA_UNUSED, void *event) |