summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cp.michael@samsung.com>2020-01-09 10:53:26 -0500
committerChristopher Michael <cp.michael@samsung.com>2020-01-09 10:53:26 -0500
commit18e01e88d5a85526fe059498dc20abb575ccee27 (patch)
tree8c3352328ca20be11eb5ecb5f85ed227b7a39878
parentd0845de6b36c3cf6f2f5dc4153fb3b3b650641da (diff)
downloadefl-18e01e88d5a85526fe059498dc20abb575ccee27.tar.gz
efl_wl: Add ecore_wl2_internal include
This library uses functions which are now internal to Ecore_Wl2, so we need to add the ecore_wl2_internal header here.
-rw-r--r--src/lib/efl_wl/efl_wl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/efl_wl/efl_wl.c b/src/lib/efl_wl/efl_wl.c
index 02406d1d21..d872a4a426 100644
--- a/src/lib/efl_wl/efl_wl.c
+++ b/src/lib/efl_wl/efl_wl.c
@@ -16,6 +16,7 @@
#include "Ecore_Evas.h"
#include "Ecore_Wl2.h"
+#include "ecore_wl2_internal.h"
#include "Ecore_Input.h"
#include "Evas_GL.h"