diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-09-25 08:29:35 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-09-25 08:29:51 -0400 |
commit | f4387b437f6fc9dce864f5aa639bf1f5ddd98043 (patch) | |
tree | 28a81b62a662ac53837946c4ab05cc5cb4a3c5b8 /include/wlr/backend/session/interface.h | |
parent | 61e451ea1b36435341d02ae34548bd0ea3abdd57 (diff) | |
parent | 2330a6864373206a1359ec88bad2a8a714205e71 (diff) |
Merge branch 'master' into rootston
Diffstat (limited to 'include/wlr/backend/session/interface.h')
-rw-r--r-- | include/wlr/backend/session/interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/backend/session/interface.h b/include/wlr/backend/session/interface.h index 1a029c54..b35ed71d 100644 --- a/include/wlr/backend/session/interface.h +++ b/include/wlr/backend/session/interface.h @@ -1,5 +1,5 @@ -#ifndef WLR_SESSION_INTERFACE_H -#define WLR_SESSION_INTERFACE_H +#ifndef WLR_BACKEND_SESSION_INTERFACE_H +#define WLR_BACKEND_SESSION_INTERFACE_H #include <wlr/backend/session.h> |