fix include of comp_wl header to work with wayland_only option

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-06-05 11:09:34 -04:00 committed by Chris Michael
parent 92fd5b4be1
commit 7499b51b68
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
#include "e.h"
#ifdef HAVE_WAYLAND_CLIENTS
#if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY)
# include "e_comp_wl.h"
#endif