diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-10 17:04:09 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-10 17:04:09 -0500 |
commit | 266393a705ce2b6db982a4bd048bb536ec556a85 (patch) | |
tree | 0db58965c0f61405e5087b8065dd2b0369e3ef26 /include | |
parent | 7614cb0373f5439807c1ec6de6ae7e13711e61bb (diff) |
Include wayland-server.h instead of -core.h
Diffstat (limited to 'include')
-rw-r--r-- | include/extensions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extensions.h b/include/extensions.h index 872fd3bd..c677798f 100644 --- a/include/extensions.h +++ b/include/extensions.h @@ -1,7 +1,7 @@ #ifndef _SWAY_EXTENSIONS_H #define _SWAY_EXTENSIONS_H -#include <wayland-server-core.h> +#include <wayland-server.h> #include <wlc/wlc-wayland.h> #include "wayland-desktop-shell-server-protocol.h" #include "list.h" |