devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e93a5ce6461a4fb56000b8d3794b173c1d79ad47
commit e93a5ce6461a4fb56000b8d3794b173c1d79ad47 Author: Chris Michael <[email protected]> Date: Sun Oct 12 04:04:02 2014 -0400 fix improper define which was causing uuid header to not be included in certain cases. Signed-off-by: Chris Michael <[email protected]> --- src/bin/e.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e.h b/src/bin/e.h index e430a5a..349df16 100644 --- a/src/bin/e.h +++ b/src/bin/e.h @@ -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 --
