diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-27 08:35:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-27 08:35:36 -0400 |
commit | ea9c945e73735bce88e2b11994e27c26329fe3e6 (patch) | |
tree | 0cf49da32b6f7c71df9f56550c956f170434de9f /rootston/output.c | |
parent | 84ce2afe26bdb9ce29c86b191b68ee94d08b5e14 (diff) | |
parent | a0b52a0dff1e69f85e0095c58e3bda0b588caf45 (diff) |
Merge pull request #759 from martinetd/x11
Fix x11 backend
Diffstat (limited to 'rootston/output.c')
-rw-r--r-- | rootston/output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/output.c b/rootston/output.c index 8d6444d6..52ece54d 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -3,6 +3,7 @@ #include <stdbool.h> #include <stdlib.h> #include <time.h> +#include <wlr/config.h> #include <wlr/types/wlr_matrix.h> #include <wlr/types/wlr_compositor.h> #include <wlr/types/wlr_output_layout.h> |