diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-07-21 09:44:20 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-07-21 09:44:20 -0400 |
commit | 4b096fc1147db07c343ebe7ed286ec1910dd0b7e (patch) | |
tree | 785d688601dc0fb92d56b1304ed07dfbd92458f7 /xwayland | |
parent | 83009d69bf7c0aee3de996b92f892e469d436291 (diff) |
Revert "Merge pull request #1153 from emersion/include-config"
This reverts commit ef0a6ea4d2934ec014d791150c42348061ec4f7f, reversing
changes made to 8d03bc9178d8544cbcd24293ece6ac9f1698e602.
Diffstat (limited to 'xwayland')
-rw-r--r-- | xwayland/xwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c index 9bf8068e..6632b5fc 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -4,6 +4,7 @@ #include <assert.h> #include <stdlib.h> #include <unistd.h> +#include <wlr/config.h> #include <wlr/types/wlr_surface.h> #include <wlr/util/edges.h> #include <wlr/util/log.h> |