fix build without systemd

This commit is contained in:
PoroCYon 2018-01-02 16:39:58 +01:00
parent b23bd8ea28
commit 7574e27c6a
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
#ifdef WLR_HAS_SYSTEMD
#include <systemd/sd-bus.h>
#include <systemd/sd-login.h>
#elif WLR_HAS_ELOGIND
#elif defined(WLR_HAS_ELOGIND)
#include <elogind/sd-bus.h>
#include <elogind/sd-login.h>
#endif