e_client_video: fix build break during module build 52/305052/1
authorJunseok Kim <juns.kim@samsung.com>
Thu, 25 Jan 2024 08:48:44 +0000 (17:48 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 26 Jan 2024 00:59:24 +0000 (09:59 +0900)
There was a build break that could not find tdm_helper_dump_start/stop during module build.
It occured because the module was indirectly reference that functions.

Change-Id: I3c3386725892b439a86ac0d546fa3298562f02da
TODO: include directly the header and remove including tdm_helper header from e_client_video

src/include/e_client_video.h

index 25f0844..f3b7806 100644 (file)
@@ -2,6 +2,7 @@
 #define E_CLIENT_VIDEO_H
 
 #include <tdm.h>
+#include <tdm_helper.h> // FIXME: should be removed after module has to be included directly
 
 E_API   Eina_Bool    e_client_video_set(E_Client *ec);
 E_API   void         e_client_video_unset(E_Client *ec);