Fix build if there is no libinput
This commit is contained in:
parent
da5ee2ba93
commit
015c59d9fd
1 changed files with 1 additions and 1 deletions
|
@ -27,9 +27,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "tabbox/tabbox.h"
|
||||
#endif
|
||||
#include "unmanaged.h"
|
||||
#include "screens.h"
|
||||
#include "workspace.h"
|
||||
#if HAVE_INPUT
|
||||
#include "screens.h"
|
||||
#include "libinput/connection.h"
|
||||
#endif
|
||||
// KDE
|
||||
|
|
Loading…
Reference in a new issue