diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-26 23:15:21 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-26 23:15:21 -0400 |
commit | 706f77e3c735e49b4a051d545f40043a53e1ea2c (patch) | |
tree | 1a3dcca4536ed6dca8f1bf17268a83ded47d710a /backend | |
parent | 51141dd11e9adfb1d26e22166adc2a4c9c10bcfe (diff) |
Address review feedback
Diffstat (limited to 'backend')
-rw-r--r-- | backend/backend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/backend.c b/backend/backend.c index 96e155dc..02b0b9af 100644 --- a/backend/backend.c +++ b/backend/backend.c @@ -12,7 +12,7 @@ #include <wlr/backend/session.h> #include <wlr/backend/wayland.h> #ifdef WLR_HAS_X11_BACKEND -# include <wlr/backend/x11.h> +#include <wlr/backend/x11.h> #endif #include <wlr/util/log.h> |