diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-12-27 09:22:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-27 09:22:38 -0800 |
commit | fea5aee9cff78b724c7b179c3b49ed42b1526b8f (patch) | |
tree | 08ebec5b7cf3983b6321e2fee884a7e00f267617 /include/rootston/view.h | |
parent | a0d2a6b445f33b608019809f581a80d28062178d (diff) | |
parent | 71e42dae909c8e94f82873f9eee0c50f0284fbdd (diff) |
Merge pull request #526 from besser82/bugfix/config_header_avoid_clashes
Further improvements to header files and shared lib version
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r-- | include/rootston/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h index 53e96764..579b148a 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -2,7 +2,7 @@ #define _ROOTSTON_VIEW_H #include <stdbool.h> -#include "config.h" +#include <wlr/config.h> #include <wlr/types/wlr_box.h> #include <wlr/types/wlr_surface.h> #include <wlr/types/wlr_xdg_shell_v6.h> |