fix missing includes in clients/window.h and clients/wayland-glib.h

This commit is contained in:
Fred Morcos 2010-11-28 19:31:55 +01:00 committed by Kristian Høgsberg
parent 1f5d507596
commit c4b8c457e8
2 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,9 @@
#ifndef _WINDOW_H_
#define _WINDOW_H_
#include <glib.h>
#include <wayland-client.h>
struct window;
struct rectangle {