summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cp.michael@samsung.com>2019-11-05 09:08:23 -0500
committerChristopher Michael <cp.michael@samsung.com>2019-11-05 09:08:23 -0500
commitb6b7d2d61f484e49765a2d221359ff7a9b7ba78b (patch)
tree10695fd6dae2b9e81cfe4ce2bcb18adfde6c15a0
parentbb85c55c50db64f8e6966c7f9140b68b610f9cb0 (diff)
downloadefl-b6b7d2d61f484e49765a2d221359ff7a9b7ba78b.tar.gz
ecore-wl2-dmabuf: Add include for internal functions
-rw-r--r--src/modules/ecore_wl2/engines/dmabuf/ecore_wl2_surface_module_dmabuf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/ecore_wl2/engines/dmabuf/ecore_wl2_surface_module_dmabuf.c b/src/modules/ecore_wl2/engines/dmabuf/ecore_wl2_surface_module_dmabuf.c
index 02e77f97c5..af394f3ce4 100644
--- a/src/modules/ecore_wl2/engines/dmabuf/ecore_wl2_surface_module_dmabuf.c
+++ b/src/modules/ecore_wl2/engines/dmabuf/ecore_wl2_surface_module_dmabuf.c
@@ -3,6 +3,7 @@
#endif
#include "Ecore_Wl2.h"
+#include "ecore_wl2_internal.h"
#include <sys/types.h>
#include <sys/stat.h>