From a866de4ff0c0bb2de9a39a8657bde2f030d7dd4a Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 9 Jan 2020 10:31:29 -0500 Subject: [PATCH] elementary: Include ecore_wl2_internal header when building Wayland support Commits b3114e2484d831bfedfd, e3a28ecd1e74465f96, and eafed87ffd70c0a1da18 moved some previously public API functions to be internal because they are not used outside of EFL. As such, we need to include the ecore_wl2_internal.h header file here because those functions are used inside Elementary. --- src/lib/elementary/elm_priv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elementary/elm_priv.h b/src/lib/elementary/elm_priv.h index ca3ab0620f..5aa18c3e62 100644 --- a/src/lib/elementary/elm_priv.h +++ b/src/lib/elementary/elm_priv.h @@ -8,6 +8,7 @@ # endif # ifdef HAVE_ELEMENTARY_WL2 # include +# include "ecore_wl2_internal.h" # endif # ifdef HAVE_ELEMENTARY_DRM # include