From 015c59d9fd65d9f84bdffdaf9720238c434f7ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 20 Oct 2014 15:01:12 +0200 Subject: [PATCH] Fix build if there is no libinput --- input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.cpp b/input.cpp index b3b892b75c..7ff1588076 100644 --- a/input.cpp +++ b/input.cpp @@ -27,9 +27,9 @@ along with this program. If not, see . #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