elput: Fix ifdef check to work for elogind also

This commit is contained in:
Chris Michael 2018-07-17 22:23:42 -04:00
parent d6bbfc5ada
commit 04b2fedee9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
static Elput_Interface *_ifaces[] = static Elput_Interface *_ifaces[] =
{ {
#ifdef HAVE_SYSTEMD #if defined(HAVE_SYSTEMD) || defined(HAVE_ELOGIND)
&_logind_interface, &_logind_interface,
#endif #endif
NULL, NULL,