Include wayland-server.h instead of -core.h

This commit is contained in:
Drew DeVault 2015-12-10 17:04:09 -05:00
parent 7614cb0373
commit 266393a705
1 changed files with 1 additions and 1 deletions

View File

@ -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"