fix improper define which was causing uuid header to not be included

in certain cases.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-12 04:04:02 -04:00
parent 40935c3c45
commit e93a5ce646
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ void *alloca (size_t);
# include <E_Hal.h>
# endif
# ifdef HAVE_WAYLAND
# if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY)
# include <Ecore_Wayland.h>
# include <uuid.h>
# endif